PropWare  3.0.0.229
C++ objects and CMake build system for Parallax Propeller
Public Attributes | List of all members
I2C_OPS Struct Reference
+ Collaboration diagram for I2C_OPS:

Public Attributes

int(* close )(I2C *dev)
 
int(* read )(I2C *dev, int address, uint8_t *buffer, int count, int stop)
 
int(* readMore )(I2C *dev, uint8_t *buffer, int count, int stop)
 
int(* write )(I2C *dev, int address, uint8_t *buffer, int count, int stop)
 
int(* writeMore )(I2C *dev, uint8_t *buffer, int count, int stop)
 

Detailed Description

Definition at line 41 of file i2c.h.


The documentation for this struct was generated from the following file: