Data Logger BLE Cellular Board
Loading...
Searching...
No Matches
jfet_sensor_functions.c
Go to the documentation of this file.
1/*!
2 * \file jfet_sensor_functions.c
3 *
4 * \brief sensor related functions
5 *
6 * \copyright J Factor Embedded Technologies LLC. 2021
7 * \copyright TJM Embedded Software LLC. 2021
8 * \author T. J. Mulrooney
9 */
10/*
11 * All Rights Reserved
12 * UNPUBLISHED, LICENSED SOFTWARE.
13 *
14 * CONFIDENTIAL AND PROPRIETARY INFORMATION
15 * WHICH IS THE PROPERTY OF J-Factor Embedded Technologies.
16 *
17 */
19#include <zephyr/drivers/gpio.h>
20
22#include <date_time.h>
23#include <stdio.h>
24#include <stdlib.h>
25#include <string.h>
26
27/* Prototypes */
28
29/* globals */
30
31/*!
32 * \fn uint8_t addSavedBLEPacket(char * buff)
33 *
34 * \brief add saved message to BLE Packet
35 *
36 * will add a saved message to the BLE packet
37 *
38 * \param buff pointer to JSON packet text string
39 *
40 * \return false if "saved" found in packet, true if should be saveed
41 */
42
43uint8_t addSavedBLEPacket(char *buff) { return true; }
common struct, enum, externs, prototypes
uint8_t addSavedBLEPacket(char *buff)
add saved message to BLE Packet