|
hal
Hardware Abstraction Layer
|
Files | |
| file | gpio.h [code] |
| Toggles the onboard LED. | |
| file | hal_metadata.h [code] |
| Retrieve metadata baked into the HAL during build time. | |
| file | hal_system.h [code] |
| Handles target hardware initialization tasks prior to main application loop. | |
| file | hal_types.h [code] |
| Common types used across HAL modules. | |
| file | i2c.h [code] |
| Interface for the I2C module. | |
| file | pwm.h [code] |
| Control for a PWM signal generated by the micro. | |
| file | systick.h [code] |
| Provides millisecond delays. | |
| file | uart.h [code] |
| Provides serial communication over UART1 and UART2. | |