สัสชิน

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

Fork of clean_V2 by Betago

Motion_EEPROM_Address.h

Committer:
icyzkungz
Date:
2016-06-08
Revision:
8:fc70c78a443b
Parent:
2:f873deba2305

File content as of revision 8:fc70c78a443b:

#ifndef __MOTION__EEPROM__ADDRESS__H_
#define __MOTION__EEPROM__ADDRESS__H_

#define ADDRESS_ID              0x00
#define ADDRESS_RIGHT_KP        0x04
#define ADDRESS_RIGHT_KI        0x08
#define ADDRESS_RIGHT_KD        0x0c
#define ADDRESS_LEFT_KP        0x10
#define ADDRESS_LEFT_KI        0x14
#define ADDRESS_LEFT_KD        0x18



#endif