![]() |
LibDriver MAX7219
|
max7219 extern driver modules More...
Functions | |
| uint8_t | max7219_set_reg (max7219_handle_t *handle, uint8_t reg, uint8_t *buf, uint16_t len) |
| set the chip register | |
max7219 extern driver modules
| uint8_t max7219_set_reg | ( | max7219_handle_t * | handle, |
| uint8_t | reg, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) |
set the chip register
| [in] | *handle | pointer to a max7219 handle structure |
| [in] | reg | chip register address |
| [in] | *buf | pointer to a data buffer |
| [in] | len | data buffer length |
Definition at line 489 of file driver_max7219.c.