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 55:b6b2910d00e7, committed 2018-05-09
- Comitter:
- KlaasGovaerts
- Date:
- Wed May 09 12:49:55 2018 +0000
- Parent:
- 54:45207965e160
- Child:
- 56:4274186bf584
- Commit message:
- 250Hz (250 positieve en 250 negatieve flanken per seconde)
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed May 09 12:31:31 2018 +0000
+++ b/main.cpp Wed May 09 12:49:55 2018 +0000
@@ -41,7 +41,7 @@
//driverThread.start(LEDStart,&queue);
//}
driver=new LEDDriver(&queue);
- flipper.attach(&flip, 0.1);
+ flipper.attach(&flip, 0.002f);
//LEDStart(&queue,&ticker);
receive(&queue);
}
