Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: WS281X.cpp
- Revision:
- 23:d4061c4b6238
- Parent:
- 22:0846aefbeeae
- Child:
- 24:f93a61e727a3
--- a/WS281X.cpp Fri Aug 26 17:09:32 2016 +0000
+++ b/WS281X.cpp Fri Aug 26 22:18:43 2016 +0000
@@ -174,6 +174,7 @@
#if defined(TARGET_STM32F0)
// NUCLEO-F030R8 (48MHz)
// NUCLEO-F070RB (48MHz)
+// NUCLEO-F072RB (48MHz)
#define DELAY_T0H() do{ _nop8(); _nop4(); }while(0)
#define DELAY_T1H() do{ _nop8(); _nop8(); }while(0)
#define DELAY_TLOW() do{ _nop16(); }while(0)