Skip to content
Snippets Groups Projects
Commit 905c8736 authored by Lennard Karger's avatar Lennard Karger
Browse files

Header to Run BlePoll Slave Sketch

parent 43f2b972
No related branches found
No related tags found
3 merge requests!4PIO Projekte in main-Branch implementieren,!3Vorbereitung Main merge PIO - Projektstrukturen,!1Test Merge
#ifndef SoaapBleSlave_h
#define SoaapBleSlave_h
#include "SoaapMsg.h"
//#define SlaveACM1
bool getValues(PlpType plpType, byte *dest);
void smInit();
void smCheckJobs();
void smCheckSens();
void smDebDword();
void smCtrlPolling();
void smWaitPolling();
void smSensReset1();
void smSensReset2();
void smSensGetValues1();
void smSensGetValues2();
void smSensGetValues3();
void smSensGetValues4();
void smSensGetValues5();
void smSensGetValues6();
void smSensGetValues7();
void smSensGetSoaapValues();
void smSensDebugValues();
void smSensGetErrors();
void smSensGetTimeOuts();
void smSensGetRunCounts();
#endif
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment