Go to the documentation of this file.00001
00002
00003
00004
00005 #define ANALOG_READ 'a'
00006 #define GET_BAUDRATE 'b'
00007 #define PIN_MODE 'c'
00008 #define DIGITAL_READ 'd'
00009 #define READ_ENCODERS 'e'
00010 #define MOTOR_SPEEDS 'm'
00011 #define PING 'p'
00012 #define RESET_ENCODERS 'r'
00013 #define SERVO_WRITE 's'
00014 #define SERVO_READ 't'
00015 #define UPDATE_PID 'u'
00016 #define DIGITAL_WRITE 'w'
00017 #define ANALOG_WRITE 'x'
00018 #define LEFT 0
00019 #define RIGHT 1
00020
00021
00022