picofuse

Modules | Files
Hardware

The Hardware module provides cross-platform abstractions for on-board peripherals such as GPIO and ADC. More...

Collaboration diagram for Hardware:

Modules

 ADC
 Analog-to-Digital Converter (ADC) interface for hardware platforms.
 
 GPIO
 General Purpose Input/Output (GPIO) interface for hardware platforms.
 

Files

file  init.h
 Hardware initialization, cleanup and polling hooks.
 

Lifecycle

void hw_init (void)
 Initializes the hardware system on startup.
 
void hw_exit (void)
 Cleans up the hardware system on shutdown.
 
void hw_poll (void)
 Occasional polling function for the hardware system.
 

Detailed Description

The Hardware module provides cross-platform abstractions for on-board peripherals such as GPIO and ADC.