/* * ArduinoCookie.cpp * * Created on: 02/06/2021 * Author: Marco Modè * */ #include //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() {}