Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.12 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.12 KB

rtic-blinky

A basic blinky based on RTIC and its template implemented for the nRF52840 chip.

The blinky will... well... blink a pair of LEDs. Driven by the nRF52480's timer peripheral, the nRF52480-DK's LEDs LED1 and LED2 get blinked alternatingly. Each LED gets blinked twice before switching to the other one.

Dependencies

1. nRF52840-DK

This repository is targeted at a nRF52840-DK development kit.

2. flip-link

$ cargo install flip-link

3. probe-run

$ # make sure to install v0.2.0 or later
$ cargo install probe-run

Setup

1. Clone the project

$ git clone https://github.com/90degs2infty/rtic-blinky.git rtic-blinky

2. Run!

$ # `rb` is an alias for `run --bin`
$ DEFMT_LOG=info cargo rb blinky

License

Licensed under either of

at your option.