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.
protocol.h
00001 #ifndef PROTOCOL_H 00002 #define PROTOCOL_H 00003 00004 // Commands 00005 const char LED = 0x00; 00006 const char TURN_LEFT = 0x01; 00007 const char TURN_RIGHT = 0x02; 00008 const char STRAIGHT = 0x03; 00009 const char STOP = 0x05; 00010 00011 // Speeds for left wheel 00012 const char SPEED1 = 0x10; 00013 const char SPEED2 = 0x20; 00014 const char SPEED3 = 0x30; 00015 00016 const char NEGATIVE = 0x08; 00017 00018 #endif
Generated on Sat Jul 16 2022 00:13:05 by
1.7.2