Embedded System Design 2 - Project
File List
Here is a list of all files with brief descriptions:
[detail level 123]
  EFM32HG-Embedded2-project
  dbprint
 dbprint.cHomebrew println/printf replacement "DeBugPrint"
 dbprint.hHomebrew println/printf replacement "DeBugPrint"
 dbprint_documentation.hThis file contains useful documentation closely related to dbprint
 debug_dbprint.hEnable or disable printing to UART with dbprint
  inc
 adc.hADC functionality for reading the (battery) voltage and internal temperature
 ADXL362.hAll code for the ADXL362 accelerometer
 cable.hCable checking functionality
 datatypes.hDefinitions of the custom data-types used
 delay.hDelay functionality
 documentation.hThis file contains useful documentation about the project
 DS18B20.hAll code for the DS18B20 temperature sensor
 interrupt.hInterrupt functionality
 lora_settings.h
 lora_wrappers.hLoRa wrapper methods
 pin_mapping.hThe pin definitions for the regular and custom Happy Gecko board
 util.hUtility functionality
  lora
 leuart.cLEUART (serial communication) functionality required by the RN2483 LoRa modem
 leuart.h
 lora.c
 lora.h
 lpp.cBasic Low Power Payload (LPP) functionality
 lpp.hBasic Low Power Payload (LPP) functionality
 pm.c
 pm.h
 rn2483.c
 rn2483.h
 util_string.c
 util_string.h
  src
 adc.cADC functionality for reading the (battery) voltage and internal temperature
 ADXL362.cAll code for the ADXL362 accelerometer
 cable.cCable checking functionality
 delay.cDelay functionality
 DS18B20.cAll code for the DS18B20 temperature sensor
 interrupt.cInterrupt functionality
 lora_wrappers.cLoRa wrapper methods
 main.cThe main file for Project 2 from Embedded System Design 2 - Lab
 util.cUtility functionality