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: EthernetInterface mbed-rto mbed
Fork of ProjectVLC by
Revision 79:ebff08a66ff3, committed 2018-05-16
- Comitter:
- albireo987
- Date:
- Wed May 16 10:12:54 2018 +0000
- Parent:
- 78:8efde3e9e3fb
- Child:
- 80:dbda5092950e
- Commit message:
- DRIVER HEX;
Changed in this revision
| LEDDriver.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/LEDDriver.cpp Wed May 16 09:44:54 2018 +0000
+++ b/LEDDriver.cpp Wed May 16 10:12:54 2018 +0000
@@ -6,11 +6,11 @@
initArrays();
currentLocation=0;
mask=16777216;
- codedMessage0=32852653;// 2796202 commented message is frequency measure message(standard square wave) 4:('1')+2 ticker 0.002f. (250Hz, 10ms down)
- codedMessage1=32853165;
- codedMessage2=32854701;
- codedMessage3=32855213;
- codedMessage4=0;
+ codedMessage0=0x1F54AAD;//32852653;// 2796202 commented message is frequency measure message(standard square wave) 4:('1')+2 ticker 0.002f. (250Hz, 10ms down)
+ codedMessage1=0x1F54CAD;//32853165
+ codedMessage2=0x1F552AD;//32854701;
+ codedMessage3=0x1F554AD;//32855213;
+ codedMessage4=0;
}
void LEDDriver::drive(int numberOfLeds)
