Blame view

RIOT/tests/leds/README.md 620 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
12
13
  Expected result
  ===============
  This test will blink all available on-board LEDs, one after each other in an
  endless loop. Each LED will light up once long, and twice short, where the long
  interval is roughly 4 times as long as the short interval. The length of the
  interval is not specified and differs for each platform.
  
  Background
  ==========
  Running this test shows if all the direct access macros for all on-board LEDs
  are working correctly (xx_ON, xx_OFF, xx_TOGGLE). This test is intentionally not
  using any timers, so it can also be used early on in the porting process, where
  timers might not yet be available.