http://mbed.org/users/okini3939/notebook/daisen-edes/

Dependencies:   mbed

Committer:
okini3939
Date:
Thu Feb 23 01:33:12 2012 +0000
Revision:
0:141734449aeb
Child:
1:3c8a6bd50779

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
okini3939 0:141734449aeb 1 #define SUB_ADRS 0x30
okini3939 0:141734449aeb 2
okini3939 0:141734449aeb 3 #define I2C_WCMD_RESET 0x00
okini3939 0:141734449aeb 4 #define I2C_WCMD_MOTOR 0x12
okini3939 0:141734449aeb 5 #define I2C_WCMD_LED 0x13
okini3939 0:141734449aeb 6
okini3939 0:141734449aeb 7 #define LED_GREEN 0
okini3939 0:141734449aeb 8 #define LED_RED1 1
okini3939 0:141734449aeb 9 #define LED_RED2 2
okini3939 0:141734449aeb 10 #define LED_RED3 3
okini3939 0:141734449aeb 11
okini3939 0:141734449aeb 12 void eDES2WD_reset (int id);
okini3939 0:141734449aeb 13 void eDES2WD_motor (int id, int l_speed, int r_speed);
okini3939 0:141734449aeb 14 void eDES2WD_set_led (int id, int led, int sw);