【これは旧バージョンです】 AndroidのBLEラジコンプロポアプリ「BLEPropo」と接続し、RCサーボとDCモータを制御するプログラムです。 mbed HRM1017で動作を確認しています。 BLEPropo → https://github.com/lipoyang/BLEPropo
Fork of BLE_RCBController2 by
nrf_nvmc.h File Reference
NMVC driver API. More...
Go to the source code of this file.
Functions | |
| void | nrf_nvmc_page_erase (uint32_t address) |
| Erase a page in flash. | |
| void | nrf_nvmc_write_byte (uint32_t address, uint8_t value) |
| Write a single byte to flash. | |
| void | nrf_nvmc_write_word (uint32_t address, uint32_t value) |
| Write a 32-bit word to flash. | |
| void | nrf_nvmc_write_bytes (uint32_t address, const uint8_t *src, uint32_t num_bytes) |
| Write consecutive bytes to flash. | |
| void | nrf_nvmc_write_words (uint32_t address, const uint32_t *src, uint32_t num_words) |
| @ | |
Detailed Description
NMVC driver API.
Definition in file nrf_nvmc.h.
Generated on Tue Jul 12 2022 16:05:40 by
1.7.2
Bizan Nishimura
