X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=arducontrol%2Fcommands.h;fp=arducontrol%2Fcommands.h;h=865405d6f9957a6173869d54702abf7617d4ba9b;hb=b47b38e9dd282c5f8fb1ded25ade805e64d0cf1a;hp=64cbe54a22190eb39a310d4fcc0d0241fd091a63;hpb=817742862a867673e4cbdb85d274481f7482e1ae;p=model-railway-devices.git diff --git a/arducontrol/commands.h b/arducontrol/commands.h index 64cbe54..865405d 100644 --- a/arducontrol/commands.h +++ b/arducontrol/commands.h @@ -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,