bluetooth_2 2.0.0.0
|
Bluetooth 2 Click context object. More...
#include <bluetooth2.h>
Data Fields | |
digital_out_t | rst |
digital_out_t | io7 |
digital_out_t | cts |
digital_in_t | rts |
uart_t | uart |
analog_in_t | adc |
char | uart_rx_buffer [DRV_BUFFER_SIZE] |
char | uart_tx_buffer [DRV_BUFFER_SIZE] |
Bluetooth 2 Click context object.
Context object definition of Bluetooth 2 Click driver.
analog_in_t adc |
ADC module object.
digital_out_t cts |
Clear to Send.
digital_out_t io7 |
Programmable GPIO.
digital_out_t rst |
Reset.
digital_in_t rts |
Request to Send.
uart_t uart |
UART driver object.
char uart_rx_buffer[DRV_BUFFER_SIZE] |
Buffer size.
char uart_tx_buffer[DRV_BUFFER_SIZE] |
Buffer size.