NerfUS mobile node that manages a target for the Nerf gun firing range

Dependencies:   LedController mbed-rtos mbed NerfUSXbee Servomotor TargetManager

Fork of NerfUS by NerfUS

HardwareInterface.txt.in

Committer:
Maxime Dupuis
Date:
2017-04-12
Revision:
51:6bf268cd1a1b
Parent:
13:850be84c78dd

File content as of revision 51:6bf268cd1a1b:

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      ""
)