Datasheet

/**************************************************************************/
/*!
@brief AIO callback when there is new value with Feed VBAT
*/
/**************************************************************************/
void aio_vbat_callback(float value)
{
// oled.println("AIO VBAT: ");
// oled.display();
}
/**************************************************************************/
/*!
@brief AIO callback when there is new value with Feed LUX
*/
/**************************************************************************/
void aio_lux_callback(float value)
{
// oled.println("AIO LUX:");
// oled.display();
}
© Adafruit Industries https://learn.adafruit.com/adafruit-oled-featherwing Page 30 of 32