Skip to content
Snippets Groups Projects
Commit 2c9cf1d6 authored by ferranmafe's avatar ferranmafe
Browse files

Changed the size of the EEPROM memory region for the stairs module.

parent fb1a3d88
No related branches found
No related tags found
2 merge requests!5Dynamixel manager,!2Smart charger fw
...@@ -752,7 +752,7 @@ typedef enum { ...@@ -752,7 +752,7 @@ typedef enum {
#define STAIRS_BASE_ADDRESS 0x0252 #define STAIRS_BASE_ADDRESS 0x0252
#define STAIRS_MEM_LENGTH 1 #define STAIRS_MEM_LENGTH 1
#define STAIRS_EEPROM_ADDRESS 0x0066 #define STAIRS_EEPROM_ADDRESS 0x0066
#define STAIRS_EEPROM_LENGTH 30 #define STAIRS_EEPROM_LENGTH 35
#define STAIRS_START_UP 0x01 #define STAIRS_START_UP 0x01
#define STAIRS_START_DOWN 0x02 #define STAIRS_START_DOWN 0x02
#define STAIRS_STOP 0x04 #define STAIRS_STOP 0x04
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment