![]() |
LibDriver TM1637
|
tm1637 extern driver modules More...
Functions | |
| uint8_t | tm1637_set_reg (tm1637_handle_t *handle, uint8_t cmd, uint8_t *data, uint8_t len) |
| set the chip register | |
| uint8_t | tm1637_get_reg (tm1637_handle_t *handle, uint8_t cmd, uint8_t *data, uint8_t len) |
| get the chip register | |
tm1637 extern driver modules
| uint8_t tm1637_get_reg | ( | tm1637_handle_t * | handle, |
| uint8_t | cmd, | ||
| uint8_t * | data, | ||
| uint8_t | len ) |
get the chip register
| [in] | *handle | pointer to a tm1637 handle structure |
| [in] | cmd | sent command |
| [out] | *data | pointer to a data buffer |
| [in] | len | data buffer length |
Definition at line 709 of file driver_tm1637.c.
| uint8_t tm1637_set_reg | ( | tm1637_handle_t * | handle, |
| uint8_t | cmd, | ||
| uint8_t * | data, | ||
| uint8_t | len ) |
set the chip register
| [in] | *handle | pointer to a tm1637 handle structure |
| [in] | cmd | sent command |
| [in] | *data | pointer to a data buffer |
| [in] | len | data buffer length |
Definition at line 675 of file driver_tm1637.c.