ArduinoBoard

Description

Driver for the Arduino Temperature Sensors. The device is a…

The ArduinoBoard main class manages the interface to the device and provides connection and communication methods through USB. The driver implements an auxiliary Channel class to hold information about the available sensors. A custom exception StateError is used for internal error management.

Classes

ArduinoBoard

Driver implementation for the ArduinoBoard.

Channel

Simple container to hold channel information.

Exceptions

StateError

Mock-up exception to deal with unexpected device status.