fuck this

Dependencies:   BMP280

Sampling.h

Committer:
Swaggie
Date:
2018-01-02
Revision:
4:2e6d9492b76d
Parent:
2:5a38ae8459d5
Child:
5:bea93c8e50b7

File content as of revision 4:2e6d9492b76d:

#ifndef __Sampling__
#define __Sampling__

void SampleTimerISR(void);
//Called by ticker. Calls the sample funcs of each device by flagging the threads

void ConfigThreadsAndIR(void);
//Setup Interrupts and Threads

void InitiateHW(void);


#endif