#include <imu.h>
Public Member Functions | |
Imu () | |
void | poll (void) |
Imu::Imu | ( | ) |
void Imu::poll | ( | void | ) | [virtual] |
Poll interface.
When this function is called periodically, it reads the battery voltage, sending it in a serial message.
Implements ArduinoDevice.