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...
 

Detailed Description

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.

Author
Stuart Ianna
Version
0.1
Date
October 2018
Warning
None
Bug:
None
Todo:
Verified Compilers
  • avr-gcc 4.9.2

Function Documentation

void delayms ( uint16_t  delay)

Millisecond blocking delay.

Parameters
delayThe required delay
Warning
This function has a maximum delay of approximately 65 seconds.

Definition at line 19 of file attiny13a_core.c.