Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
soundanalogous committed Nov 8, 2015
1 parent 72a3600 commit e530667
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Firmata.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@
#define PIN_MODE_IGNORE 0x7F // pin configured to be ignored by digitalWrite and capabilityResponse
#define TOTAL_PIN_MODES 13
// DEPRECATED as of Firmata v2.5
#define ANALOG 0x02 // same as FIRMATA_MODE_ANALOG
#define PWM 0x03 // same as FIRMATA_MODE_PWM
#define SERVO 0x04 // same as FIRMATA_MODE_SERVO
#define SHIFT 0x05 // same as FIRMATA_MODE_SHIFT
#define I2C 0x06 // same as FIRMATA_MODE_I2C
#define ONEWIRE 0x07 // same as FIRMATA_MODE_ONEWIRE
#define STEPPER 0x08 // same as FIRMATA_MODE_STEPPER
#define ENCODER 0x09 // same as FIRMATA_MODE_ENCODER
#define ANALOG 0x02 // same as PIN_MODE_ANALOG
#define PWM 0x03 // same as PIN_MODE_PWM
#define SERVO 0x04 // same as PIN_MODE_SERVO
#define SHIFT 0x05 // same as PIN_MODE_SHIFT
#define I2C 0x06 // same as PIN_MODE_I2C
#define ONEWIRE 0x07 // same as PIN_MODE_ONEWIRE
#define STEPPER 0x08 // same as PIN_MODE_STEPPER
#define ENCODER 0x09 // same as PIN_MODE_ENCODER

extern "C" {
// callback function types
Expand Down

0 comments on commit e530667

Please sign in to comment.