Home
last modified time | relevance | path

Searched refs:LedYellow (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/NAMote72/
Dboard.c55 Gpio_t LedYellow; // Active Low variable
128 GpioInit( &LedYellow, LED_YELLOW, PIN_OUTPUT, PIN_PUSH_PULL, PIN_NO_PULL, 0 ); in BoardInitPeriph()
152 GpioWrite( &LedYellow, 1 ); in BoardInitPeriph()
Dboard-config.h130 #define Led2 LedYellow