Interface for the Analog Plug - see https://jeelabs.org/ap. More...
#include <Ports.h>
Public Member Functions | |
| AnalogPlug (const PortI2C &port, byte addr=0x69) | |
| void | begin (byte mode=0x1C) |
| Default mode is channel 1, continuous, 18-bit, gain x1. | |
| void | select (byte channel) |
| Select channel (1..4), must wait to read it out (up to 270 ms for 18-bit) | |
| long | reading () |
| Read out 4 bytes, caller will need to shift out the irrelevant lower bits. | |
Public Member Functions inherited from DeviceI2C | |
| DeviceI2C (const PortI2C &p, uint8_t me) | |
| bool | isPresent () const |
| see if a device answers at an I2C address | |
| uint8_t | send () const |
| Create a start condition on the I2C bus, and set things up for sending data to this device. More... | |
| uint8_t | receive () const |
| Create a start condition on the I2C bus, and set things up for receiving data from this device. More... | |
| void | stop () const |
| Create a stop condition on the I2C bus, ending the current transfer. | |
| uint8_t | write (uint8_t data) const |
| Write a byte to the currently addressed device. More... | |
| uint8_t | read (uint8_t last) const |
| Read a byte from the currently addressed device. More... | |
| void | setAddress (uint8_t me) |
Interface for the Analog Plug - see https://jeelabs.org/ap.