rename board_led_control to board_led_write

This commit is contained in:
hathach
2019-04-02 18:16:04 +07:00
parent 6564580c3d
commit 5f3ab2afe1
16 changed files with 19 additions and 19 deletions

View File

@@ -44,7 +44,7 @@ One useful clock debugging technique is to set up a PWM output at a known value
Setup your USB in a crystal-less mode when available. That makes the code easier to port across boards.
#### board_led_control
#### board_led_write
Feel free to skip this until you want to verify your demo code is running. To implement, set the pin corresponding to the led to output a value that lights the LED when `state` is true.
### OS Abstraction Layer (OSAL)