RT-AICHIP-sample
mode_BluetoothSetting.h
[詳解]
1 /* ------------------------------------------------------------ *
2 File mode_BluetoothSetting.h
3 
4 Bluetoothモジュールのボーレート等を設定する.
5 * ------------------------------------------------------------ */
6 #ifndef MODE_BLUETOOTHSETTING_H
7 #define MODE_BLUETOOTHSETTING_H
8 
9 void mode_BluetoothSetting(void);
10 
11 #endif
12 
13 /******************************************************************************
14 ** End Of File
15 ******************************************************************************/
void mode_BluetoothSetting(void)