Kickr Skeleton Code

Added Skeleton code for device discovery, config
and runtime. Now need to develop the WFApi class
to support each function.
This commit is contained in:
Mark Liversedge
2013-01-20 19:11:16 +00:00
parent cbb53fd3f7
commit 4a42337fa2
13 changed files with 489 additions and 2 deletions

View File

@@ -49,6 +49,11 @@ static DeviceType SupportedDevices[] =
"to a USB port. Please make sure you have device firmware to hand." ,
":images/devices/fortius.png" },
#endif
#ifdef GC_HAVE_WFAPI
{ DEV_KICKR, DEV_BTLE, (char *) "Wahoo Kickr", true, false,
"The Wahoo Fitness Kickr cyling trainer via its Bluetooth smart interface. ",
":images/devices/kickr.png" },
#endif
#ifdef GC_WANT_ROBOT
{ DEV_NULL, DEV_TCP, (char *) "Robot", false, false,
"Testing device used for development only. If an ERG file is selected it will "