ACDC Senior Project v1.0.0
Senior Project for Textron Aviation
|
▼ Core | |
▼ Inc | |
ACDC_CLOCK.h | Header file containing functions for configuring the system clock and clock-related peripherals |
ACDC_GPIO.h | Header file for General Purpose Input Output pins |
ACDC_INTERRUPT.h | Contains interrupt functions for hardware peripherals |
ACDC_LTC1298_ADC.h | Header file for the LTC1298 12-bit ADC |
ACDC_LTC1451_DAC.h | Header file for the LTC1451 12-bit DAC |
ACDC_SPI.h | Header file for SPI driver |
ACDC_stdbool.h | Header file for the type bool |
ACDC_stdint.h | Header file for intx_t and uintx_t types |
ACDC_string.h | Header file containing String functions |
ACDC_TIMER.h | Header file containing functions for system timing using a hardware timer |
ACDC_USART.h | Header file containing various functions for sending, receiving, and initilizing the UART/USART prehiperal |
main.h | Header for main.c file. This file contains the common defines of the application |
▼ Src | |
ACDC_CLOCK.c | Implentation of clock configuration functions for STM32F103xB MCU |
ACDC_GPIO.c | Implementation of GPIO configuration and manipulation functions |
ACDC_INTERRUPT.c | Implementation of general-purpose interrupt configuration functions |
ACDC_LTC1298_ADC.c | Implementation of the external 12-bit LTC1298 Analog to Digital Converter (ADC) |
ACDC_LTC1451_DAC.c | Implementation of the external 12-bit LTC1451 Digital to Analog Converter (DAC) |
ACDC_SPI.c | Implementation of SPI driver |
ACDC_string.c | Implementation of string manipulation functions |
ACDC_TIMER.c | Implementation of timer functions for system clock speed and delay |
ACDC_USART.c | Implentation of UART/USART Tx/Rx functions |
main.c | Main program body |