We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d4ecb commit 1ab00e3Copy full SHA for 1ab00e3
changelog.md
@@ -5,7 +5,7 @@
5
### Core
6
7
- Added a `HardwarePWM` class to support up to 12 PWM channels,
8
- compatible with Neopixel library
+ compatible with Adafruit_Neopixel version 1.1.0 or higher
9
- Added waitForEvent() as alias for `__WFE()` instruction
10
- Changed FreeRTOS tick source from systick to RTC for low-power mode.
11
`configTICK_RATE_HZ` changed to 1024. Upgraded port_cmsis_systick.c to
@@ -64,4 +64,4 @@
64
65
## 0.5.0
66
67
-- Initial Release
+- Initial release
0 commit comments