This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-core-4.1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update core_pins.h
teensy4-core
Xenoamor
8 years ago
parent
3ebbafe0ab
commit
ab0c1a6a86
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
+2
-0
teensy3/core_pins.h
+ 2
- 0
teensy3/core_pins.h
View File
@@ -40,6 +40,8 @@
#define INPUT 0
#define OUTPUT 1
#define INPUT_PULLUP 2
#define INPUT_PULLDOWN 3
#define OUTPUT_OPENDRAIN 4
#define LSBFIRST 0
#define MSBFIRST 1
#define _BV(n) (1<<(n))
Write
Preview
Loading…
Cancel
Save