AndroidのBLEラジコンプロポアプリ「BLEPropo」と接続し、RCサーボとDCモータを制御するプログラムです。 BLE Nanoで動作を確認しています。 BLEPropo → https://github.com/lipoyang/BLEPropo
ble_gls_db.h File Reference
Go to the source code of this file.
Functions | |
| uint32_t | ble_gls_db_init (void) |
| Function for initializing the glucose record database. | |
| uint16_t | ble_gls_db_num_records_get (void) |
| Function for getting the number of records in the database. | |
| uint32_t | ble_gls_db_record_get (uint8_t record_num, ble_gls_rec_t *p_rec) |
| Function for getting a record from the database. | |
| uint32_t | ble_gls_db_record_add (ble_gls_rec_t *p_rec) |
| Function for adding a record at the end of the database. | |
| uint32_t | ble_gls_db_record_delete (uint8_t record_num) |
| Function for deleting a database entry. | |
Detailed Description
Definition in file ble_gls_db.h.
Generated on Tue Jul 12 2022 16:00:46 by
1.7.2
Bizan Nishimura