An open API service indexing awesome lists of open source software.

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

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
```