File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 8686#define PIN_MODE_IGNORE 0x7F // pin configured to be ignored by digitalWrite and capabilityResponse
8787#define TOTAL_PIN_MODES 13
8888// DEPRECATED as of Firmata v2.5
89- #define ANALOG 0x02 // same as FIRMATA_MODE_ANALOG
90- #define PWM 0x03 // same as FIRMATA_MODE_PWM
91- #define SERVO 0x04 // same as FIRMATA_MODE_SERVO
92- #define SHIFT 0x05 // same as FIRMATA_MODE_SHIFT
93- #define I2C 0x06 // same as FIRMATA_MODE_I2C
94- #define ONEWIRE 0x07 // same as FIRMATA_MODE_ONEWIRE
95- #define STEPPER 0x08 // same as FIRMATA_MODE_STEPPER
96- #define ENCODER 0x09 // same as FIRMATA_MODE_ENCODER
89+ #define ANALOG 0x02 // same as PIN_MODE_ANALOG
90+ #define PWM 0x03 // same as PIN_MODE_PWM
91+ #define SERVO 0x04 // same as PIN_MODE_SERVO
92+ #define SHIFT 0x05 // same as PIN_MODE_SHIFT
93+ #define I2C 0x06 // same as PIN_MODE_I2C
94+ #define ONEWIRE 0x07 // same as PIN_MODE_ONEWIRE
95+ #define STEPPER 0x08 // same as PIN_MODE_STEPPER
96+ #define ENCODER 0x09 // same as PIN_MODE_ENCODER
9797
9898extern " C" {
9999 // callback function types
You can’t perform that action at this time.
0 commit comments