LoRa-BLE-Sensor
|
This is the main file for the LoRa-BLE-Sensor project. It initializes the sensor app and starts the BLE thread. More...
#include <stdio.h>
#include <zephyr/kernel.h>
#include <zephyr/logging/log.h>
#include <zephyr/drivers/adc.h>
#include <zephyr/linker/linker-defs.h>
#include "sensor_app.h"
Functions | |
LOG_MODULE_REGISTER (MAIN) | |
int | main (void) |
Variables | |
sensor_app_config_t | sensor_app_config |
This is the main file for the LoRa-BLE-Sensor project. It initializes the sensor app and starts the BLE thread.
sensor_app_config_t sensor_app_config |