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.
This repository is targeted at a nRF52840-DK
development kit.
$ cargo install flip-link
$ # make sure to install v0.2.0 or later
$ cargo install probe-run
$ git clone https://github.com/90degs2infty/rtic-blinky.git rtic-blinky
$ # `rb` is an alias for `run --bin`
$ DEFMT_LOG=info cargo rb blinky
Licensed under either of
-
Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
-
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.