Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 290fc12

Browse files
authored
Add buymeacoffee
Finally, in need of some real coffee ;=))
1 parent 8807077 commit 290fc12

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](#Contributing)
77
[![GitHub issues](https://img.shields.io/github/issues/khoih-prog/Teensy_Slow_PWM.svg)](http://github.com/khoih-prog/Teensy_Slow_PWM/issues)
88

9+
<a href="https://www.buymeacoffee.com/khoihprog6" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
10+
11+
912
---
1013
---
1114

@@ -133,8 +136,8 @@ The catch is **your function is now part of an ISR (Interrupt Service Routine),
133136

134137
## Prerequisites
135138

136-
1. [`Arduino IDE 1.8.16+` for Arduino](https://www.arduino.cc/en/Main/Software)
137-
2. [`Teensy Core 1.55+`](https://www.pjrc.com/teensy/td_download.html) for Teensy.
139+
1. [`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [![GitHub release](https://img.shields.io/github/release/arduino/Arduino.svg)](https://github.com/arduino/Arduino/releases/latest)
140+
2. [`Teensy Core 1.56+`](https://www.pjrc.com/teensy/td_download.html) for Teensy.
138141

139142
3. To use with certain example
140143
- [`SimpleTimer library`](https://github.com/jfturcot/SimpleTimer) for [ISR_8_PWMs_Array_Complex example](examples/ISR_8_PWMs_Array_Complex).

0 commit comments

Comments
 (0)