Skip to content
Snippets Groups Projects
Commit 224948f1 authored by schneider's avatar schneider
Browse files

chore(ess): Introduce ess.h

parent 67aae770
No related branches found
No related tags found
1 merge request!428Environmental Sensing Service
......@@ -25,5 +25,3 @@ void BleStart(void);
/* ATT client module interface. Used by main BLE module */
void bleValueUpdate(attEvt_t *pMsg);
void bleDiscCback(dmConnId_t connId, uint8_t status);
void bleESS_update();
#include "ess.h"
#include "wsf_types.h"
#include "util/bstream.h"
#include "wsf_assert.h"
......
#pragma once
void bleESS_update();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment