mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
824 B
824 B
Teensy4 RTIC Blink example
Working example of simple LED blinking application for Teensy4. Example uses monotonics API and peripherials access.
How-to
Prerequisites
The following hardware is required for the examples:
- A Teensy 4.0/Teensy 4.1/Teensy MicroMod development board
The following software tools have to be installed:
- Python3 (as
python3, or modifyrun.pyto use thepythonbinary) cargo-binutilsteensy_loader_cli
Run
- Connect the Teensy to PC via USB cable.
- Press the
Reset/Bootbutton on the Teensy. - Run:
cargo run --release