NerfUS game coordinator for the Nerf gun firing range

Dependencies:   HardwareInterface mbed-rtos mbed

Fork of NerfUS by NerfUS

Revision:
13:850be84c78dd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/HardwareInterface.txt.in	Thu Feb 16 12:34:00 2017 -0500
@@ -0,0 +1,15 @@
+cmake_minimum_required(VERSION 3.5)
+
+project(hardwareInterface-download NONE)
+ 
+include(ExternalProject)
+ExternalProject_Add(hardwareInterface
+  HG_REPOSITORY     https://developer.mbed.org/teams/NerfUS/code/HardwareInterface/
+  SOURCE_DIR        "${CMAKE_BINARY_DIR}/hardwareInterface-src"
+  BINARY_DIR        "${CMAKE_BINARY_DIR}/hardwareInterface-build"
+  CONFIGURE_COMMAND ""
+  BUILD_COMMAND     ""
+  INSTALL_COMMAND   ""
+  TEST_COMMAND      ""
+)
+