oklm

Dependents:   RoboClaw TestMyPathFind Robot2016_2-0_STATIC Stressed ... more

Committer:
sype
Date:
Wed May 04 16:14:57 2016 +0000
Revision:
10:f82bc24e3bd4
Parent:
0:af5cf35e1a25
Je ne sais pas ce qui a chang? ici

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sype 0:af5cf35e1a25 1 #define ADR 0x80
sype 0:af5cf35e1a25 2 #define M1FORWARD 0
sype 0:af5cf35e1a25 3 #define M1BACKWARD 1
sype 0:af5cf35e1a25 4 #define SETMINMB 2
sype 0:af5cf35e1a25 5 #define SETMAXMB 3
sype 0:af5cf35e1a25 6 #define M2FORWARD 4
sype 0:af5cf35e1a25 7 #define M2BACKWARD 5
sype 0:af5cf35e1a25 8 #define M17BIT 6
sype 0:af5cf35e1a25 9 #define M27BIT 7
sype 0:af5cf35e1a25 10 #define MIXEDFORWARD 8
sype 0:af5cf35e1a25 11 #define MIXEDBACKWARD 9
sype 0:af5cf35e1a25 12 #define MIXEDRIGHT 10
sype 0:af5cf35e1a25 13 #define MIXEDLEFT 11
sype 0:af5cf35e1a25 14 #define MIXEDFB 12
sype 0:af5cf35e1a25 15 #define MIXEDLR 13
sype 0:af5cf35e1a25 16 #define GETM1ENC 16
sype 0:af5cf35e1a25 17 #define GETM2ENC 17
sype 0:af5cf35e1a25 18 #define GETM1SPEED 18
sype 0:af5cf35e1a25 19 #define GETM2SPEED 19
sype 0:af5cf35e1a25 20 #define RESETENC 20
sype 0:af5cf35e1a25 21 #define GETVERSION 21
sype 0:af5cf35e1a25 22 #define SETM1ENCCOUNT 22
sype 0:af5cf35e1a25 23 #define SETM2ENCCOUNT 23
sype 0:af5cf35e1a25 24 #define GETMBATT 24
sype 0:af5cf35e1a25 25 #define GETLBATT 25
sype 0:af5cf35e1a25 26 #define SETMINLB 26
sype 0:af5cf35e1a25 27 #define SETMAXLB 27
sype 0:af5cf35e1a25 28 #define SETM1PID 28
sype 0:af5cf35e1a25 29 #define SETM2PID 29
sype 0:af5cf35e1a25 30 #define GETM1ISPEED 30
sype 0:af5cf35e1a25 31 #define GETM2ISPEED 31
sype 0:af5cf35e1a25 32 #define M1DUTY 32
sype 0:af5cf35e1a25 33 #define M2DUTY 33
sype 0:af5cf35e1a25 34 #define MIXEDDUTY 34
sype 0:af5cf35e1a25 35 #define M1SPEED 35
sype 0:af5cf35e1a25 36 #define M2SPEED 36
sype 0:af5cf35e1a25 37 #define MIXEDSPEED 37
sype 0:af5cf35e1a25 38 #define M1SPEEDACCEL 38
sype 0:af5cf35e1a25 39 #define M2SPEEDACCEL 39
sype 0:af5cf35e1a25 40 #define MIXEDSPEEDACCEL 40
sype 0:af5cf35e1a25 41 #define M1SPEEDDIST 41
sype 0:af5cf35e1a25 42 #define M2SPEEDDIST 42
sype 0:af5cf35e1a25 43 #define MIXEDSPEEDDIST 43
sype 0:af5cf35e1a25 44 #define M1SPEEDACCELDIST 44
sype 0:af5cf35e1a25 45 #define M2SPEEDACCELDIST 45
sype 0:af5cf35e1a25 46 #define MIXEDSPEEDACCELDIST 46
sype 0:af5cf35e1a25 47 #define GETBUFFERS 47
sype 0:af5cf35e1a25 48 #define GETCURRENTS 49
sype 0:af5cf35e1a25 49 #define MIXEDSPEED2ACCEL 50
sype 0:af5cf35e1a25 50 #define MIXEDSPEED2ACCELDIST 51
sype 0:af5cf35e1a25 51 #define M1DUTYACCEL 52
sype 0:af5cf35e1a25 52 #define M2DUTYACCEL 53
sype 0:af5cf35e1a25 53 #define MIXEDDUTYACCEL 54
sype 0:af5cf35e1a25 54 #define READM1PID 55
sype 0:af5cf35e1a25 55 #define READM2PID 56
sype 0:af5cf35e1a25 56 #define SETMAINVOLTAGES 57
sype 0:af5cf35e1a25 57 #define SETLOGICVOLTAGES 58
sype 0:af5cf35e1a25 58 #define GETMINMAXMAINVOLTAGES 59
sype 0:af5cf35e1a25 59 #define GETMINMAXLOGICVOLTAGES 60
sype 0:af5cf35e1a25 60 #define SETM1POSPID 61
sype 0:af5cf35e1a25 61 #define SETM2POSPID 62
sype 0:af5cf35e1a25 62 #define READM1POSPID 63
sype 0:af5cf35e1a25 63 #define READM2POSPID 64
sype 0:af5cf35e1a25 64 #define M1SPEEDACCELDECCELPOS 65
sype 0:af5cf35e1a25 65 #define M2SPEEDACCELDECCELPOS 66
sype 0:af5cf35e1a25 66 #define MIXEDSPEEDACCELDECCELPOS 67
sype 0:af5cf35e1a25 67 #define SETM1DEFAULTACCEL 68
sype 0:af5cf35e1a25 68 #define SETM2DEFAULTACCEL 69
sype 0:af5cf35e1a25 69 #define SETPINFUNCTIONS 74
sype 0:af5cf35e1a25 70 #define GETPINFUNCTIONS 75
sype 0:af5cf35e1a25 71 #define RESTOREDEFAULTS 80
sype 0:af5cf35e1a25 72 #define GETTEMP 82
sype 0:af5cf35e1a25 73 #define GETTEMP2 83
sype 0:af5cf35e1a25 74 #define GETERROR 90
sype 0:af5cf35e1a25 75 #define GETENCODERMODE 91
sype 0:af5cf35e1a25 76 #define SETM1ENCODERMODE 92
sype 0:af5cf35e1a25 77 #define SETM2ENCODERMODE 93
sype 0:af5cf35e1a25 78 #define WRITENVM 94
sype 0:af5cf35e1a25 79 #define READNVM 95
sype 0:af5cf35e1a25 80 #define SETCONFIG 98
sype 0:af5cf35e1a25 81 #define GETCONFIG 99
sype 0:af5cf35e1a25 82 #define SETM1MAXCURRENT 133
sype 0:af5cf35e1a25 83 #define SETM2MAXCURRENT 134
sype 0:af5cf35e1a25 84 #define GETM1MAXCURRENT 135
sype 0:af5cf35e1a25 85 #define GETM2MAXCURRENT 136
sype 0:af5cf35e1a25 86 #define SETPWMMODE 148
sype 0:af5cf35e1a25 87 #define GETPWMMODE 149