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 MultiSerial
Revision 19:1305ce40f4e2, committed 2014-09-27
- Comitter:
- Hatter
- Date:
- Sat Sep 27 10:02:39 2014 +0000
- Parent:
- 18:9cbd70819d2d
- Child:
- 20:a322730ea5d7
- Commit message:
- ooops
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Sep 27 00:46:43 2014 +0000
+++ b/main.cpp Sat Sep 27 10:02:39 2014 +0000
@@ -160,7 +160,9 @@
packet.arm[0] = get_data[1];
packet.leg = get_data[0];
- //check = get_data[1];
+ check = get_data[1];
+
+ armMbed.start_write();
armMbed.write_data(pt_packet->arm,ARM_KEY);
/* Stop */