PSG14a emulator V1.00
PSG14a emulator for stating GTD350 engine
File List
Here is a list of all files with brief descriptions:
[detail level 1234]
  sources
  bl
  include
 buttons.hContains functions prototypes to check the button state in non-blocking mode
 control_tables.hContains prototypes and types for main outputs control table
 led_control.hContains led blinking function prototypes
 main_cycle.hContains prototypes of functions that are called in while(1) main cycle and after it
 main_outputs.hContains functions prototypes for controlling main outputs
  src
 buttons.cContains functions to check the button state in non-blocking mode
 control_tables.cContains main control table
 cycle2uml.pyOptional file needed to build doxygen with UML
 led_control.cContains led blinking functions
 main_cycle.cContains functions that are called in while(1) main cycle and after it
 main_outputs.cContains functions for controlling main outputs
  hal
  include
 clock_and_timers.hContains clocks and timer functions prototypes
 gpio_exti.hContains GPIO and EXTI hardware abstraction layer prototypes
 led.hFunctions to turn LED on and off
 sleep.h
  src
 clock_and_timers.cContains functions for clock system Project uses HSI without PLL. Clock is ~8Mhz for core and buses
 gpio_exti.cContains GPIO and EXTI HAL functions
 sleep.c
 main.cMain file for psg14a_emu