]> git.tdb.fi Git - model-railway-devices.git/blobdiff - arducontrol/commands.h
Organize arducontrol code by functionality
[model-railway-devices.git] / arducontrol / commands.h
index 64cbe54a22190eb39a310d4fcc0d0241fd091a63..865405d6f9957a6173869d54702abf7617d4ba9b 100644 (file)
@@ -5,9 +5,9 @@ enum Command
 {
        POWER_ON = 0x01,
        POWER_OFF = 0x02,
-       READ_TRACK_CURRENT = 0x03,
-       SET_OVERCURRENT_LIMIT = 0x04,
-       READ_INPUT_VOLTAGE = 0x05,
+       READ_TRACK_CURRENT = 0x08,
+       SET_OVERCURRENT_LIMIT = 0x09,
+       READ_INPUT_VOLTAGE = 0x0A,
        MOTOROLA_SPEED = 0x11,
        MOTOROLA_REVERSE = 0x12,
        MOTOROLA_SPEED_DIRECTION = 0x13,