Embedded System Design 2 - Project
|
▼ EFM32HG-Embedded2-project | |
▼ dbprint | |
dbprint.c | Homebrew println/printf replacement "DeBugPrint" |
dbprint.h | Homebrew println/printf replacement "DeBugPrint" |
dbprint_documentation.h | This file contains useful documentation closely related to dbprint |
debug_dbprint.h | Enable or disable printing to UART with dbprint |
▼ inc | |
adc.h | ADC functionality for reading the (battery) voltage and internal temperature |
ADXL362.h | All code for the ADXL362 accelerometer |
cable.h | Cable checking functionality |
datatypes.h | Definitions of the custom data-types used |
delay.h | Delay functionality |
documentation.h | This file contains useful documentation about the project |
DS18B20.h | All code for the DS18B20 temperature sensor |
interrupt.h | Interrupt functionality |
lora_settings.h | |
lora_wrappers.h | LoRa wrapper methods |
pin_mapping.h | The pin definitions for the regular and custom Happy Gecko board |
util.h | Utility functionality |
▼ lora | |
leuart.c | LEUART (serial communication) functionality required by the RN2483 LoRa modem |
leuart.h | |
lora.c | |
lora.h | |
lpp.c | Basic Low Power Payload (LPP) functionality |
lpp.h | Basic Low Power Payload (LPP) functionality |
pm.c | |
pm.h | |
rn2483.c | |
rn2483.h | |
util_string.c | |
util_string.h | |
▼ src | |
adc.c | ADC functionality for reading the (battery) voltage and internal temperature |
ADXL362.c | All code for the ADXL362 accelerometer |
cable.c | Cable checking functionality |
delay.c | Delay functionality |
DS18B20.c | All code for the DS18B20 temperature sensor |
interrupt.c | Interrupt functionality |
lora_wrappers.c | LoRa wrapper methods |
main.c | The main file for Project 2 from Embedded System Design 2 - Lab |
util.c | Utility functionality |