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.
Dependents: WoYaoChengGOng V2-WoYaoChengGOng STM32_MagneticLight tape_Led_Sample ... more
Revision 25:d72818ba17cc, committed 2016-11-03
- Comitter:
- DavidEGrayson
- Date:
- Thu Nov 03 21:02:47 2016 +0000
- Parent:
- 24:5c01a6fa1556
- Child:
- 26:c3193bc73cff
- Commit message:
- Change the reset signal from 24 us to 80 us to support the SK6812.
Changed in this revision
| PololuLedStrip.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/PololuLedStrip.cpp Fri Sep 09 22:12:31 2016 +0000
+++ b/PololuLedStrip.cpp Thu Nov 03 21:02:47 2016 +0000
@@ -65,9 +65,5 @@
}
__enable_irq(); // Re-enable interrupts now that we are done.
- wait_us(24); // Hold the line low for 24 microseconds to send the reset signal.
-
- //*(gpio.reg_set) = gpio.mask;
- //*(gpio.reg_clr) = gpio.mask;
-
+ wait_us(80); // Send the reset signal.
}
\ No newline at end of file
Pololu Addressable RGB LED Strip