 |
PropWare
3.0.0.229
C++ objects and CMake build system for Parallax Propeller
|
24 int status =
i2c_poll(busID, i2cAddr);
HUBTEXT int i2c_poll(i2c *bus, int devaddr)
Send i2c start and addr byte. Looks for ACK (0) or NACK (1). This is useful for checking if a device ...
Provides simple i2c start, stop, read, and write functions. See simpletools library for additional I2...
#define HUBTEXT
HUBTEXT tells compiler to put code into HUB RAM section.