LedController

Dependents:   LedControllerTests NerfUSTarget

Fork of Servomotor by NerfUS

Committer:
dupm2216
Date:
Sun Mar 05 18:52:04 2017 +0000
Revision:
4:6f0756847428
Parent:
3:239eb7c8755a
Initial commit for LedController

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dupm2216 1:7e200831ba73 1 cmake_minimum_required(VERSION 3.5)
dupm2216 1:7e200831ba73 2
dupm2216 4:6f0756847428 3 project(led_controller)
dupm2216 1:7e200831ba73 4
dupm2216 1:7e200831ba73 5 include_directories(include)
dupm2216 1:7e200831ba73 6
Maxime Dupuis 3:239eb7c8755a 7 file(GLOB SOURCES "source/*.cpp")
Maxime Dupuis 3:239eb7c8755a 8
dupm2216 4:6f0756847428 9 add_library(led_controller ${SOURCES})
Maxime Dupuis 3:239eb7c8755a 10