LedController

Dependents:   LedControllerTests NerfUSTarget

Fork of Servomotor by NerfUS

Revision:
1:7e200831ba73
Child:
3:239eb7c8755a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CMakeLists.txt	Sat Feb 25 23:14:27 2017 +0000
@@ -0,0 +1,7 @@
+cmake_minimum_required(VERSION 3.5)
+ 
+project(servomotor)
+ 
+include_directories(include)
+ 
+file(GLOB SOURCES "source/*.cpp")
\ No newline at end of file