Browse Source

Update core_pins.h

teensy4-core
Xenoamor 9 years ago
parent
commit
ab0c1a6a86
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      teensy3/core_pins.h

+ 2
- 0
teensy3/core_pins.h View File

#define INPUT 0 #define INPUT 0
#define OUTPUT 1 #define OUTPUT 1
#define INPUT_PULLUP 2 #define INPUT_PULLUP 2
#define INPUT_PULLDOWN 3
#define OUTPUT_OPENDRAIN 4
#define LSBFIRST 0 #define LSBFIRST 0
#define MSBFIRST 1 #define MSBFIRST 1
#define _BV(n) (1<<(n)) #define _BV(n) (1<<(n))

Loading…
Cancel
Save