DIY Logging Volt/Ampmeter
|
Files | |
file | adc.c [code] |
This file provides code for the configuration of the ADC instances. | |
file | conversion.c [code] |
Conversion and settings-related methods and structs for high-precision logging voltage/current meter. | |
file | display.c [code] |
Display updating functionality for high-precision logging voltage/current meter. | |
file | gpio.c [code] |
This file provides code for the configuration of all used GPIO pins. | |
file | i2c.c [code] |
This file provides code for the configuration of the I2C instances. | |
file | main.c [code] |
Main source-file for the high-precision logging voltage/current meter project. | |
file | rtc.c [code] |
RTC functionality for high-precision logging voltage/current meter. | |
file | stm32f1xx_hal_msp.c [code] |
This file provides code for the MSP Initialization and de-Initialization codes. | |
file | stm32f1xx_it.c [code] |
Interrupt Service Routines. | |
file | syscalls.c [code] |
STM32CubeIDE Minimal System calls file. | |
file | sysmem.c [code] |
STM32CubeIDE System Memory calls file. | |
file | system_stm32f1xx.c [code] |
CMSIS Cortex-M3 Device Peripheral Access Layer System Source File. | |
file | tim.c [code] |
This file provides code for the configuration of the TIM instances. | |
file | usart.c [code] |
U(S)ART functionality for high-precision logging voltage/current meter. | |
file | util.c [code] |
Utility functionality for high-precision logging voltage/current meter. | |