nrf52dk: added examples
This commit is contained in:
parent
d39ad95db5
commit
38481c513d
16 changed files with 1826 additions and 0 deletions
14
examples/nrf52dk/blink-hello/README.md
Normal file
14
examples/nrf52dk/blink-hello/README.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
Blink Hello example
|
||||
===================
|
||||
This example shows basic usage of DK's buttons and LEDs. It also shows basic
|
||||
usage of Contiki's processes. The application autostarts 5 processes: 4 processes
|
||||
for button and LED control and 1 to display current temperature to the console.
|
||||
|
||||
A process reacts to a press of a respective button (process 1 reacts to button 1, etc.)
|
||||
and doubles the current blinking frequency. The cycle restarts for beginning when blinking
|
||||
frequency is greater than 8Hz.
|
||||
|
||||
The example requires one DK and it doesn't use SoftDevice. To compile and flash the
|
||||
example run:
|
||||
|
||||
make TARGET=nrf52dk blink-hello.flash
|
Loading…
Add table
Add a link
Reference in a new issue