v2

Dependencies:   BEAR_Protocol_Edited BufferedSerial Debug MaxSonar PID Process QEI UI iSerial mbed

Fork of clean_V1 by Betago

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Motion_EEPROM_Address.h Source File

Motion_EEPROM_Address.h

00001 #ifndef __MOTION__EEPROM__ADDRESS__H_
00002 #define __MOTION__EEPROM__ADDRESS__H_
00003 
00004 #define ADDRESS_ID              0x00
00005 #define ADDRESS_RIGHT_KP        0x04
00006 #define ADDRESS_RIGHT_KI        0x08
00007 #define ADDRESS_RIGHT_KD        0x0c
00008 #define ADDRESS_LEFT_KP        0x10
00009 #define ADDRESS_LEFT_KI        0x14
00010 #define ADDRESS_LEFT_KD        0x18
00011 
00012 
00013 
00014 #endif
00015