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.
Dependencies: Multi_WS2811 mbed MMA8451Q
Fork of WS2811 by
main.cpp@15:331e139672b5, 2013-12-05 (annotated)
- Committer:
- bikeNomad
- Date:
- Thu Dec 05 15:12:47 2013 +0000
- Revision:
- 15:331e139672b5
- Child:
- 18:d98353e8c61c
inlined bit writes
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| bikeNomad | 15:331e139672b5 | 1 | #include "mbed.h" |
| bikeNomad | 15:331e139672b5 | 2 | #include "WS2812.h" |
| bikeNomad | 15:331e139672b5 | 3 | |
| bikeNomad | 15:331e139672b5 | 4 | int main(void) |
| bikeNomad | 15:331e139672b5 | 5 | { |
| bikeNomad | 15:331e139672b5 | 6 | WS2812 lightStrip(60*4, PTD2, PTD3); |
| bikeNomad | 15:331e139672b5 | 7 | } |

Generic WS2811/WS2812