Add ADC Handling. Write first draft of operating modes for testing

This commit is contained in:
2022-08-11 23:24:24 +02:00
parent d3b1c8fc3f
commit 6104ccd08a
6 changed files with 243 additions and 36 deletions

View File

@@ -14,6 +14,7 @@ endif
CFILES := main.c setup/system_init.c startup/startup_stm32f0xx.c systick.c
CFILES += i2c.c
CFILES += dmx.c
CFILES += poti.c
ASFILES =
INCLUDEPATH = -Iinclude -Iinclude/cmsis