Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suyashb95/teensy_c_samples
C code examples for the Teensy 3.x series
https://github.com/suyashb95/teensy_c_samples
Last synced: 11 days ago
JSON representation
C code examples for the Teensy 3.x series
- Host: GitHub
- URL: https://github.com/suyashb95/teensy_c_samples
- Owner: suyashb95
- Created: 2018-06-21T18:01:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T18:40:18.000Z (over 6 years ago)
- Last Synced: 2024-10-11T00:56:15.272Z (about 1 month ago)
- Language: C
- Homepage:
- Size: 835 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### C code examples for the Teensy 3.x boards
Some bare metal projects inspired from [dhwlch67's project](https://github.com/dwelch67/teensy_samples) and [Karl Lunt's blog](https://www.seanet.com/~karllunt/bareteensy31.html)
Right now there are two examples
1) Blinky
- The on board LED blinks at a roughly 0.5 second interval2) UART
- The board prints "Hello, world!" over UART1 (pins 0 and 1 for Teensy 3.2) from the schematic [here](https://www.pjrc.com/teensy/pinout.html)
- Serial doesn't work over the USB port so get one of [these](https://www.sparkfun.com/products/12977) cables, they're useful for other projects involving UART as well.