NerfUS / Mbed 2 deprecated NerfUSTarget

Dependencies:   LedController mbed-rtos mbed NerfUSXbee Servomotor TargetManager

Fork of NerfUS by NerfUS

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers TargetInfo.cpp Source File

TargetInfo.cpp

00001 #include "TargetInfo.hpp"
00002 
00003 TargetInfo make_TargetInfo(const int id, const TargetType type, const int timeout_ms)
00004 {
00005     TargetInfo target = {id, type, timeout_ms};
00006     return target;
00007 }