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 move3wheel
Diff: AutoEvents.cpp
- Revision:
- 13:3d7a8cb91eeb
- Parent:
- 8:6d0de6154e8f
--- a/AutoEvents.cpp Mon Feb 15 02:23:25 2016 +0000
+++ b/AutoEvents.cpp Fri Apr 21 04:39:50 2017 +0000
@@ -260,7 +260,7 @@
fp = fopen("/local/data.p3b", "r");
if(fp==NULL){
fp = fopen("/local/data.p3b", "w");
- fprintf(fp,"00:02:72:D0:82:F7");
+ fprintf(fp,"00:1B:DC:06:C7:C7");
fclose(fp);
fp = fopen("/local/data.p3b", "r");
}