AndroidのBLEラジコンプロポアプリ「BLEPropo」と接続し、RCサーボとDCモータを制御するプログラムです。 BLE Nanoで動作を確認しています。 BLEPropo → https://github.com/lipoyang/BLEPropo
ant_stack_handler_types.h File Reference
Go to the source code of this file.
Data Structures | |
| struct | ant_evt_t |
| ANT stack event type. More... | |
Typedefs | |
| typedef void(* | ant_evt_handler_t )(ant_evt_t *p_ant_evt) |
| Application ANT stack event handler type. | |
Functions | |
| uint32_t | softdevice_ant_evt_handler_set (ant_evt_handler_t ant_evt_handler) |
| Function for registering for ANT events. | |
Detailed Description
Definition in file ant_stack_handler_types.h.
Generated on Tue Jul 12 2022 16:00:46 by
1.7.2
Bizan Nishimura