* QA: re-separation into library files

* Feature: `set_ports()` for setting GP ports
* Change: removal of `static` and `inline` keywords to enable going library
This commit is contained in:
2022-03-07 16:15:20 +01:00
parent 60a7b1309e
commit b6bac30388
4 changed files with 72 additions and 57 deletions

View File

@@ -11,7 +11,7 @@ include_directories(/usr/lib/avr/include)
set(CMAKE_C_FLAGS "-O3 -Wall")
add_link_options(-Wl,--print-memory-usage)
add_executable(${PROJECT_NAME} main.c)
add_executable(${PROJECT_NAME} main.c PT6302.c PT6302.h)
add_custom_target(
FLASH