picofuse

hw.h
Go to the documentation of this file.
1 
10 #pragma once
11 #include "hw/adc.h"
12 #include "hw/deviceio.h"
13 #include "hw/gpio.h"
14 #include "hw/i2c.h"
15 #include "hw/init.h"
16 #include "hw/led.h"
17 #include "hw/pwm.h"
18 #include "hw/spi.h"
19 #include "hw/uart.h"
20 #include "hw/wifi.h"
UART (Universal Asynchronous Receiver/Transmitter) interface.
PWM (Pulse Width Modulation) interface.
GPIO (General Purpose Input/Output) interface.
ADC (Analog-to-Digital Converter) interface.
SPI (Serial Peripheral Interface) interface.
Hardware initialization, cleanup and polling hooks.
Wi-Fi management interface.
Abstract device I/O interface.
Board LED helpers.
I2C (Inter-Integrated Circuit) interface.