Skip to content

Commit e530667

Browse files
update comment
1 parent 72a3600 commit e530667

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Firmata.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@
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

9898
extern "C" {
9999
// callback function types

0 commit comments

Comments
 (0)