文件名称:nrf52832 battery monitor
- 所属分类:
- 微处理器(ARM/PowerPC等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2021-06-19
- 文件大小:
- 4.2mb
- 下载次数:
- 0次
- 提 供 者:
- agogic
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
The code provides an example how to capture battery voltage using BLE central role from a BLE peripheral
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : nrf52-battery-monitor-server-v1.2.zip 列表 nrf52-battery-monitor-server-v1.2/ nrf52-battery-monitor-server-v1.2/clock.h nrf52-battery-monitor-server-v1.2/clock.c nrf52-battery-monitor-server-v1.2/flash.c nrf52-battery-monitor-server-v1.2/flash.h nrf52-battery-monitor-server-v1.2/build/ nrf52-battery-monitor-server-v1.2/build/blef.o nrf52-battery-monitor-server-v1.2/build/core.o nrf52-battery-monitor-server-v1.2/build/main.o nrf52-battery-monitor-server-v1.2/build/misc.o nrf52-battery-monitor-server-v1.2/build/uart.o nrf52-battery-monitor-server-v1.2/build/clock.o nrf52-battery-monitor-server-v1.2/build/flash.o nrf52-battery-monitor-server-v1.2/build/blescf.o nrf52-battery-monitor-server-v1.2/build/blessf.o nrf52-battery-monitor-server-v1.2/build/main.bin nrf52-battery-monitor-server-v1.2/build/main.hex nrf52-battery-monitor-server-v1.2/build/main.out nrf52-battery-monitor-server-v1.2/build/config.o nrf52-battery-monitor-server-v1.2/build/main.map nrf52-battery-monitor-server-v1.2/build/pstorage.o nrf52-battery-monitor-server-v1.2/build/app_error.o nrf52-battery-monitor-server-v1.2/build/app_timer.o nrf52-battery-monitor-server-v1.2/build/app_trace.o nrf52-battery-monitor-server-v1.2/build/nrf_assert.o nrf52-battery-monitor-server-v1.2/build/ble_advdata.o nrf52-battery-monitor-server-v1.2/build/system_nrf52.o nrf52-battery-monitor-server-v1.2/build/ble_srv_common.o nrf52-battery-monitor-server-v1.2/build/ble_advertising.o nrf52-battery-monitor-server-v1.2/build/ble_conn_params.o nrf52-battery-monitor-server-v1.2/build/ble_db_discovery.o nrf52-battery-monitor-server-v1.2/build/gcc_startup_nrf52.o nrf52-battery-monitor-server-v1.2/build/softdevice_handler.o nrf52-battery-monitor-server-v1.2/build/device_manager_peripheral.o nrf52-battery-monitor-server-v1.2/blescf.c nrf52-battery-monitor-server-v1.2/blescf.h nrf52-battery-monitor-server-v1.2/blessf.c nrf52-battery-monitor-server-v1.2/blessf.h nrf52-battery-monitor-server-v1.2/config.c nrf52-battery-monitor-server-v1.2/config.h nrf52-battery-monitor-server-v1.2/Makefile nrf52-battery-monitor-server-v1.2/softdevice/ nrf52-battery-monitor-server-v1.2/softdevice/softdevice_s132_pca10040.hex nrf52-battery-monitor-server-v1.2/system_nrf52.c nrf52-battery-monitor-server-v1.2/system_nrf52.h nrf52-battery-monitor-server-v1.2/gcc_startup_nrf52.s nrf52-battery-monitor-server-v1.2/nrf52832-qfaa-ba.ld nrf52-battery-monitor-server-v1.2/misc.c nrf52-battery-monitor-server-v1.2/misc.h nrf52-battery-monitor-server-v1.2/uart.c nrf52-battery-monitor-server-v1.2/uart.h nrf52-battery-monitor-server-v1.2/blef.c nrf52-battery-monitor-server-v1.2/blef.h nrf52-battery-monitor-server-v1.2/core.c nrf52-battery-monitor-server-v1.2/core.h nrf52-battery-monitor-server-v1.2/main.c