Parameters needed for device initialization.
More...
Parameters needed for device initialization.
Definition at line 70 of file my9221.h.
#include <my9221.h>
|
uint8_t | leds |
| number of LEDs
|
|
uint8_t | dir |
| led direction
|
|
gpio_t | clk |
| clock gpio pin
|
|
gpio_t | dat |
| data gpio pin
|
|
◆ clk
gpio_t my9221_params_t::clk |
clock gpio pin
Definition at line 73 of file my9221.h.
◆ dat
gpio_t my9221_params_t::dat |
data gpio pin
Definition at line 74 of file my9221.h.
◆ dir
uint8_t my9221_params_t::dir |
led direction
Definition at line 72 of file my9221.h.
◆ leds
uint8_t my9221_params_t::leds |
number of LEDs
Definition at line 71 of file my9221.h.
The documentation for this struct was generated from the following file: