Go to the source code of this file.
Functions | |
| void | bt_device_reset (void) |
| reset_bt_device(): This function is called to reset the bluetooth device | |
| void | bt_device_config (void) |
| usart_config(): This function is called to configure the bluetooth device | |
Variables | |
| const char | configure [205] |
| void bt_device_config | ( | void | ) |
usart_config(): This function is called to configure the bluetooth device
This function is called on bluetooth module configuration
It's a function to set up the bluetooth device with specific functionality
| no | param |
References bt_device_uc_config(), and my_delay().
Referenced by main().
| void bt_device_reset | ( | void | ) |
reset_bt_device(): This function is called to reset the bluetooth device
This function is called on bluetooth module reset
It's function is to disable TX and set the pin low for a period of time and after that TX is reenabled
| state | to enable or disable the transmitter pin of AVR |
References my_delay(), and reset_uc_bt_device().
| const char configure[205] |
Referenced by bt_device_uc_config().
1.5.8