Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
#include <app_util_platform.h>
#include <app_scheduler.h>
#include <app_util.h>
#include <ble.h>
#include <ble_advdata.h>
#include <ble_gap.h>
#include <ble_gatt.h>
#include <ble_gattc.h>
#include <ble_gatts.h>
#include <ble_hci.h>
#include <ble_srv_common.h>
#include <sdk_config.h>
#include <fds.h>
#include <nrf.h>
#include <nrf_delay.h>
#include <nrf_error.h>
#include <nrf_fstorage.h>
#include <nrf_gpio.h>
#include <nrf_gpiote.h>
#include <nrf_nvic.h>
#include <nrf_power.h>
#include <nrf_sdh.h>
#include <nrf_sdh_ble.h>
#include <nrf_sdh_soc.h>
#include <nrf_sdm.h>
#include <nrf_comp.h>
#include <nrfx_glue.h>
#include <nrfx_comp.h>
#include <ble_db_discovery.h>
#include <nrfx_wdt.h>
#include <crc16.h>
#include <crc32.h>
#include <nrf_ppi.h>
#include <nrf_saadc.h>
#include <nrf_timer.h>
#include <nrf_uart.h>
Go to the source code of this file.
Typedefs | |
typedef uint32_t | ret_code_t |
Author: Crownstone Team Copyright: Crownstone (https://crownstone.rocks) Date: Apr. More... | |
typedef uint32_t ret_code_t |
Author: Crownstone Team Copyright: Crownstone (https://crownstone.rocks) Date: Apr.
21, 2015 License: LGPLv3+, Apache License 2.0, and/or MIT (triple-licensed)