LedController

Dependents:   LedControllerTests NerfUSTarget

Fork of Servomotor by NerfUS

Committer:
dupm2216
Date:
Wed Mar 08 16:58:30 2017 +0000
Revision:
5:7e27c8b08acd
Parent:
4:6f0756847428
Create LedControllerInterface

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