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

Commit 137d892

Browse files
authored
v1.0.0 to support AVR ATtiny-based boards
### Initial Release v1.0.0 1. Intial release to support Arduino **AVR ATtiny-based boards (ATtiny3217, etc.) using megaTinyCore**
1 parent 8e879de commit 137d892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ISR_8_PWMs_Array_Complex/ISR_8_PWMs_Array_Complex.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080
volatile uint32_t startMicros = 0;
8181

82-
// Init AT_TINY_SLOW_PWM, each can service max 48 different ISR-based PWM channels
82+
// Init AT_TINY_SLOW_PWM, each can service max 64 different ISR-based PWM channels
8383
AT_TINY_SLOW_PWM_ISR ISR_PWM;
8484

8585
//////////////////////////////////////////////////////

0 commit comments

Comments
 (0)