This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-cores
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add SerialUSB definition (Teensy 2.0)
main
PaulStoffregen
9 years ago
parent
cf01df2494
commit
d3e10a3c42
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
+2
-0
teensy/pins_arduino.h
+ 2
- 0
teensy/pins_arduino.h
View File
@@ -153,4 +153,6 @@ static inline uint8_t digitalPinToTimer(uint8_t pin)
#define SERIAL_PORT_HARDWARE Serial1
#define SERIAL_PORT_HARDWARE_OPEN Serial1
#define SerialUSB Serial
#endif
Write
Preview
Loading…
Cancel
Save