AndroidのBLEラジコンプロポアプリ「BLEPropo」と接続し、RCサーボとDCモータを制御するプログラムです。 BLE Nanoで動作を確認しています。 BLEPropo → https://github.com/lipoyang/BLEPropo
crc16.h File Reference
Go to the source code of this file.
Functions | |
| uint16_t | crc16_compute (const uint8_t *p_data, uint32_t size, const uint16_t *p_crc) |
| Function for calculating CRC-16 in blocks. | |
Detailed Description
Definition in file crc16.h.
Generated on Tue Jul 12 2022 16:00:46 by
1.7.2
Bizan Nishimura