AndroidのBLEラジコンプロポアプリ「BLEPropo」と接続し、RCサーボとDCモータを制御するプログラムです。 mbed HRM1017で動作を確認しています。 BLEPropo → https://github.com/lipoyang/BLEPropo
Fork of BLE_RCBController2 by
ble_sensorsim.h File Reference
Go to the source code of this file.
Data Structures | |
| struct | ble_sensorsim_cfg_t |
| Triangular waveform sensor simulator configuration. More... | |
| struct | ble_sensorsim_state_t |
| Triangular waveform sensor simulator state. More... | |
Functions | |
| void | ble_sensorsim_init (ble_sensorsim_state_t *p_state, const ble_sensorsim_cfg_t *p_cfg) |
| Function for initializing a triangular waveform sensor simulator. | |
| uint32_t | ble_sensorsim_measure (ble_sensorsim_state_t *p_state, const ble_sensorsim_cfg_t *p_cfg) |
| Function for generating a simulated sensor measurement using a triangular waveform generator. | |
Detailed Description
Definition in file ble_sensorsim.h.
Generated on Tue Jul 12 2022 15:55:25 by
1.7.2
Bizan Nishimura
