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: mbed EthernetInterface mbed-rto
Revision 81:56e9873f29df, committed 2018-05-16
- Comitter:
- albireo987
- Date:
- Wed May 16 12:22:43 2018 +0000
- Parent:
- 80:dbda5092950e
- Commit message:
- definitieve demo versie
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed May 16 11:15:25 2018 +0000
+++ b/main.cpp Wed May 16 12:22:43 2018 +0000
@@ -20,6 +20,6 @@
int main (void){
Queue<int,8> queue;
driver=new LEDDriver(&queue);
- ledTicker.attach(&driveLeds, 0.0015f);
+ ledTicker.attach(&driveLeds, 0.002f);
receive(&queue);
}
