https://github.com/irevoire/teensy_blink
Blink a led on the teensy 3.2 using the teensy crate
https://github.com/irevoire/teensy_blink
blink embedded example example-project rust rust-embedded teensy teensy32
Last synced: over 1 year ago
JSON representation
Blink a led on the teensy 3.2 using the teensy crate
- Host: GitHub
- URL: https://github.com/irevoire/teensy_blink
- Owner: irevoire
- Created: 2019-07-27T18:07:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-18T12:32:38.000Z (almost 7 years ago)
- Last Synced: 2025-03-10T15:14:51.815Z (over 1 year ago)
- Topics: blink, embedded, example, example-project, rust, rust-embedded, teensy, teensy32
- Language: Makefile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This repository is an example of usage for the [teensy crate](https://github.com/irevoire/teensy)
To fast test this example on your teensy run:
```
sh configure.sh
make flash
```