2021-09-10 17:08:38 +02:00
|
|
|
/*
|
2021-09-15 17:31:20 +02:00
|
|
|
* ArduinoCookie.cpp
|
2021-09-10 17:08:38 +02:00
|
|
|
*
|
|
|
|
* Created on: 02/06/2021
|
|
|
|
* Author: Marco Modè
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <mission/DeviceHandler/ArduinoCookie.h>
|
|
|
|
|
|
|
|
//The cookie tells to device handler which is the device to communicate with if more
|
|
|
|
// devices are connected. In this case only one device, the Arduino motherboard, is
|
|
|
|
// connected. Therefore the cookie adress and MaxLen are set to default.
|
|
|
|
|
|
|
|
ArduinoCookie::ArduinoCookie() {}
|
|
|
|
ArduinoCookie::~ArduinoCookie() {}
|