#include "utility/template/i2c.h"
int cirque_pinnacle_arduino_wrappers::TwoWire::read();

Read a byte from the internal buffer.

Returns:

The next single byte from the internal buffer. Use available() to prevent out of bounds and/or segmentation fault errors.