Skip to content

90degs2infty/rtic-blinky

Repository files navigation

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.

About

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

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Languages