![]() |
LibDriver PCF8591
|
pcf8591 extern driver modules More...
Functions | |
| uint8_t | pcf8591_set_reg (pcf8591_handle_t *handle, uint8_t *buf, uint16_t len) |
| set the chip register | |
| uint8_t | pcf8591_get_reg (pcf8591_handle_t *handle, uint8_t *buf, uint16_t len) |
| get the chip register | |
pcf8591 extern driver modules
| uint8_t pcf8591_get_reg | ( | pcf8591_handle_t * | handle, |
| uint8_t * | buf, | ||
| uint16_t | len ) |
get the chip register
| [in] | *handle | pointer to a pcf8591 handle structure |
| [out] | *buf | pointer to a data buffer. |
| [in] | len | data buffer length |
Definition at line 927 of file driver_pcf8591.c.
| uint8_t pcf8591_set_reg | ( | pcf8591_handle_t * | handle, |
| uint8_t * | buf, | ||
| uint16_t | len ) |
set the chip register
| [in] | *handle | pointer to a pcf8591 handle structure |
| [in] | *buf | pointer to a data buffer. |
| [in] | len | data buffer length |
Definition at line 901 of file driver_pcf8591.c.