AndroidのBLEラジコンプロポアプリ「BLEPropo」と接続し、RCサーボとDCモータを制御するプログラムです。 BLE Nanoで動作を確認しています。 BLEPropo → https://github.com/lipoyang/BLEPropo
ble_debug_assert_handler.h File Reference
Go to the source code of this file.
Functions | |
| void | ble_debug_assert_handler (uint32_t error_code, uint32_t line_num, const uint8_t *p_file_name) |
| Function for handling the Debug assert, which can be called from an error handler. | |
Detailed Description
Definition in file ble_debug_assert_handler.h.
Generated on Tue Jul 12 2022 16:00:46 by
1.7.2
Bizan Nishimura