From ace087a320fb904d23c094d1f4a9cf53b38c1669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20V=C3=ADtek?= <fotomartinkv@gmail.com> Date: Sun, 10 Jul 2016 14:13:47 +0200 Subject: [PATCH] Testing code --- SW/CMakeLists.txt | 2 +- SW/main.cpp | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 SW/main.cpp diff --git a/SW/CMakeLists.txt b/SW/CMakeLists.txt index 30e76cf..fe457a0 100644 --- a/SW/CMakeLists.txt +++ b/SW/CMakeLists.txt @@ -41,4 +41,4 @@ include_directories(libs/src) add_subdirectory(libs rk) add_avr_executable(gate-servo-controller ${SOURCE_FILES}) -avr_target_link_libraries(gate-servo-controller rk) \ No newline at end of file +avr_target_link_libraries(gate -servo-controller rk) \ No newline at end of file diff --git a/SW/main.cpp b/SW/main.cpp new file mode 100644 index 0000000..908ecff --- /dev/null +++ b/SW/main.cpp @@ -0,0 +1,14 @@ +#include <avr/io.h> + +//#include "gpio.h" + + +int main() +{ + + + for(;;) + { + + } +} -- GitLab