AndroidのBLEラジコンプロポアプリ「BLEPropo」と接続し、RCサーボとDCモータを制御するプログラムです。 mbed HRM1017で動作を確認しています。 BLEPropo → https://github.com/lipoyang/BLEPropo
Fork of BLE_RCBController2 by
Go to the source code of this file.
Typedefs | |
| typedef uint32_t(* | softdevice_evt_schedule_func_t )(void) |
| Type of function for passing events from the stack handler module to the scheduler. | |
| typedef void(* | sys_evt_handler_t )(uint32_t evt_id) |
| Application System (SOC) event handler type. | |
Functions | |
| uint32_t | softdevice_handler_init (nrf_clock_lfclksrc_t clock_source, void *p_evt_buffer, uint16_t evt_buffer_size, softdevice_evt_schedule_func_t evt_schedule_func) |
| Function for initializing the stack handler module. | |
| uint32_t | softdevice_handler_sd_disable (void) |
| Function for disabling the SoftDevice. | |
| uint32_t | softdevice_sys_evt_handler_set (sys_evt_handler_t sys_evt_handler) |
| Function for registering for System (SOC) events. | |
Detailed Description
Definition in file softdevice_handler.h.
Generated on Tue Jul 12 2022 15:55:25 by
1.7.2
Bizan Nishimura
