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.h
- Revision:
- 6:5aff0da4b663
- Parent:
- 3:786b31c65e7a
- Child:
- 8:0617f524d67d
diff -r 8e6835a94e10 -r 5aff0da4b663 WS281X.h --- a/WS281X.h Fri Jul 29 04:22:53 2016 +0000 +++ b/WS281X.h Mon Aug 01 08:16:52 2016 +0000 @@ -103,9 +103,6 @@ #if defined(TARGET_STM) void pin_mode_ex(PinName pin, PinMode mode); #endif -#if defined(TARGET_STM32F7) - void _delay(int value); -#endif void writeByte(__IO regsize_t *reg_set, __IO regsize_t *reg_clr, regsize_t *mask, uint8_t value); };