|
PSG14a emulator V1.00
PSG14a emulator for stating GTD350 engine
|
| ▼ sources | |
| ▼ bl | |
| ▼ include | |
| buttons.h | Contains functions prototypes to check the button state in non-blocking mode |
| control_tables.h | Contains prototypes and types for main outputs control table |
| led_control.h | Contains led blinking function prototypes |
| main_cycle.h | Contains prototypes of functions that are called in while(1) main cycle and after it |
| main_outputs.h | Contains functions prototypes for controlling main outputs |
| ▼ src | |
| buttons.c | Contains functions to check the button state in non-blocking mode |
| control_tables.c | Contains main control table |
| cycle2uml.py | Optional file needed to build doxygen with UML |
| led_control.c | Contains led blinking functions |
| main_cycle.c | Contains functions that are called in while(1) main cycle and after it |
| main_outputs.c | Contains functions for controlling main outputs |
| ▼ hal | |
| ▼ include | |
| clock_and_timers.h | Contains clocks and timer functions prototypes |
| gpio_exti.h | Contains GPIO and EXTI hardware abstraction layer prototypes |
| led.h | Functions to turn LED on and off |
| sleep.h | |
| ▼ src | |
| clock_and_timers.c | Contains functions for clock system Project uses HSI without PLL. Clock is ~8Mhz for core and buses |
| gpio_exti.c | Contains GPIO and EXTI HAL functions |
| sleep.c | |
| main.c | Main file for psg14a_emu |