CuVoodoo STM32F1 firmware template
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  lib
 i2c_master.cLibrary to communicate using I2C as master (code)
 i2c_master.hLibrary to communicate using I2C as master (API)
 led_max7219.cLibrary to communicate with a Titan Micro MAX7219 IC attached to a 4-digit 7-segment (code)
 led_max7219.hLibrary to communicate with a Maxim MAX7219 IC attached to a 8-digit 7-segment (API)
 led_tm1637.cLibrary to communicate with a Titan Micro TM1637 IC attached to a 7-segment displays (code)
 led_tm1637.hLibrary to communicate with a Titan Micro TM1637 IC attached to a 7-segment displays (API)
 print.cPrinting utilities to replace the large printf from the standard library (code)
 print.hPrinting utilities to replace the large printf from the standard library (API)
 rtc_ds1307.cLibrary to communicate with the Maxim DS1307 I2C RTC IC (code)
 rtc_ds1307.hLibrary to communicate with the Maxim DS1307 I2C RTC IC (API)
 usart.cLibrary for USART communication (code)
 usart.hLibrary for USART communication (API)
 usb_cdcacm.cLibrary for USB CDC ACM communication (code)
 usb_cdcacm.hLibrary for USB CDC ACM communication (API)
 global.cGlobal definitions and methods (code)
 global.hGlobal definitions and methods (API)
 main.cCuVoodoo clapperboard firmware (for STM32F103Cx micro-controller)
 main.d