念のためパブリッシュ

Committer:
kouika748
Date:
Tue Nov 28 10:55:46 2017 +0000
Revision:
2:0d30729e8885
Parent:
1:d36ea95c83f2
????????

Who changed what in which revision?

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