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 SERIAL_PORT definitions for Teensy 2.x
main
PaulStoffregen
10 years ago
parent
3b066ac09b
commit
e4155125af
1 changed files
with
5 additions
and
0 deletions
Unified View
Show Diff Stats
+5
-0
teensy/pins_arduino.h
+ 5
- 0
teensy/pins_arduino.h
View File
}
}
}
}
#define SERIAL_PORT_MONITOR Serial
#define SERIAL_PORT_USBVIRTUAL Serial
#define SERIAL_PORT_HARDWARE Serial1
#define SERIAL_PORT_HARDWARE_OPEN Serial1
#endif
#endif
Write
Preview
Loading…
Cancel
Save