Wrapper of the mbed hardware

Dependents:   NerfUS_cmake_add_library_from_mbed NerfUS NerfUSGameCoordinator

Committer:
Maxime Dupuis
Date:
Thu Feb 16 11:42:32 2017 -0500
Revision:
0:e67c78f2b4f4
Child:
2:17746a0e459f
Initial commit

Add a BlinkerInterface from which different hardware implementations
could be made (e.g. for the LPC1768)

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Maxime Dupuis 0:e67c78f2b4f4 1 cmake_minimum_required(VERSION 3.5)
Maxime Dupuis 0:e67c78f2b4f4 2
Maxime Dupuis 0:e67c78f2b4f4 3 project(hardware_interface_lpc1768)
Maxime Dupuis 0:e67c78f2b4f4 4
Maxime Dupuis 0:e67c78f2b4f4 5 include_directories(include)
Maxime Dupuis 0:e67c78f2b4f4 6
Maxime Dupuis 0:e67c78f2b4f4 7 file(GLOB SOURCES "source/*.cpp")
Maxime Dupuis 0:e67c78f2b4f4 8