|
Contiki-Inga 3.x
|
Data structure for led description. More...
#include <cpu/stm32w108/hal/micro/cortexm3/stm32w108/board.h>
Data Fields | |
| char * | name |
| Name of the LED as printed in the board. | |
| uint8_t | gpioPort |
| GPIO port associated with the LED. | |
| uint8_t | gpioPin |
| GPIO pin associated with the LED. | |
1.8.3.1