AIROC™ BTSDK v4.4 - Documentation | ||||
AIROC BTSDK App HAL Common Utilities. More...
Macros | |
#define | GPIO_NUM_MAX 16 |
#define | GPIO_INPUT 0x0000 |
#define | GPIO_OUTPUT 0x0001 |
Functions | |
void | wiced_bt_app_hal_init (void) |
AIRCO BTSDK App Common HAL Initialization. More... | |
void | wiced_bt_app_hal_led_blink (uint16_t on_ms, uint16_t off_ms, uint8_t num_of_blinks) |
Blinks the LED. More... | |
void | wiced_bt_app_hal_led_on (void) |
Turns the LED On. More... | |
void | wiced_bt_app_hal_led_off (void) |
Turns the LED Off. More... | |
AIROC BTSDK App HAL Common Utilities.
void wiced_bt_app_hal_init | ( | void | ) |
AIRCO BTSDK App Common HAL Initialization.
void wiced_bt_app_hal_led_blink | ( | uint16_t | on_ms, |
uint16_t | off_ms, | ||
uint8_t | num_of_blinks | ||
) |
Blinks the LED.
[in] | on_ms | : LED on duration in milli seconds |
[in] | off_ms | : LED off duration in milliseconds |
[in] | num_of_blinks | : LED number of blinks |
void wiced_bt_app_hal_led_off | ( | void | ) |
Turns the LED Off.
void wiced_bt_app_hal_led_on | ( | void | ) |
Turns the LED On.