![]() |
LibDriver MAX7219
2.0.0
MAX7219 full-featured driver
|
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 More... | |
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.