testArduino/mission/DeviceHandler/ArduinoCookie.cpp

22 lines
562 B
C++

/*
* Title: ArduinoCookie.cpp
* Author: Marco Modè
* Last version: 24/09/2021
* Project: ESBO-DS
*-------------------------------------------------------------------------------------------------------------------
*
*/
#include <mission/DeviceHandler/ArduinoCookie.h>
/*In this case only one device is connected to the controller,
* for this reason the adress is unique and there is no need
* to define it to distinguish with others.
* The constructor is therefore empty.
*/
ArduinoCookie::ArduinoCookie() {
}
ArduinoCookie::~ArduinoCookie() {
}