![]() |
MAX32665 SDK Documentation
0.2
Software Development Kit Overview and API Documentation
|
Macros | |
#define | LED_OFF 1 |
Define to turn off the LED. More... | |
#define | LED_ON 0 |
Define to turn on the LED. More... | |
Functions | |
int | LED_Init (void) |
Initialize all LED pins. More... | |
void | LED_On (unsigned int idx) |
Turn the specified LED on. More... | |
void | LED_Off (unsigned int idx) |
Turn the specified LED off. More... | |
void | LED_Toggle (unsigned int idx) |
Toggle the state of the specified LED. More... | |
Variables | |
const gpio_cfg_t | led_pin [] |
const unsigned int | num_leds |
#define LED_OFF 1 |
#define LED_ON 0 |
int LED_Init | ( | void | ) |
void LED_On | ( | unsigned int | idx | ) |
idx | LED index |
void LED_Off | ( | unsigned int | idx | ) |
idx | LED index |
void LED_Toggle | ( | unsigned int | idx | ) |
idx | LED index |