Library header. More...
Go to the source code of this file.
Functions | |
void | blink (uint8_t pin, uint8_t times, uint16_t ms) |
Blink a LED. More... | |
Library header.
<#details#>
Project embed1
Developed with embedXcode
void blink | ( | uint8_t | pin, |
uint8_t | times, | ||
uint16_t | ms | ||
) |
Blink a LED.
LED attached to pin is light on then light off
Total cycle duration = ms
pin | pin to which the LED is attached |
times | number of times |
ms | cycle duration in ms |