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.
Dependencies: BEAR_Protocol_Edited BufferedSerial Debug MaxSonar PID Process QEI UI iSerial mbed
Fork of clean_V1 by
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
Generated on Tue Jul 12 2022 19:12:03 by
1.7.2
