Data Logger BLE Cellular Board
Loading...
Searching...
No Matches
jfet_sensor_functions.c File Reference

sensor related functions More...

#include "jfet_files/jfet_common.h"
#include <zephyr/drivers/gpio.h>
#include <date_time.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

Go to the source code of this file.

Functions

uint8_t addSavedBLEPacket (char *buff)
 add saved message to BLE Packet
 

Detailed Description

sensor related functions

Author
T. J. Mulrooney

Definition in file jfet_sensor_functions.c.

Function Documentation

◆ addSavedBLEPacket()

uint8_t addSavedBLEPacket ( char * buff)

add saved message to BLE Packet

will add a saved message to the BLE packet

Parameters
buffpointer to JSON packet text string
Returns
false if "saved" found in packet, true if should be saveed

Definition at line 43 of file jfet_sensor_functions.c.