GlobLib
HAL and API libraries for MCUs and hardware.
|
Generic header file to include all modules. More...
Files | |
file | attiny13a_core.h |
Generic header file for all modules. | |
Functions | |
void | delayms (uint16_t delay) |
Millisecond blocking delay. More... | |
Generic header file to include all modules.
This file can be included in applications to include all peripheral modules for the MCU.
This file additionally contains useful fucntions specific to the attiny13a.
void delayms | ( | uint16_t | delay | ) |
Millisecond blocking delay.
delay | The required delay |
Definition at line 19 of file attiny13a_core.c.