my code as off 16/12/2018

Dependencies:   mbed BMP280 ELEC350-Practicals-FZ429_2

take_a_sample_queue.hpp

Committer:
ChrisHayes
Date:
2018-12-16
Revision:
1:e274a5cc021d

File content as of revision 1:e274a5cc021d:

#ifndef __TAKE_A_SAMPLE_QUEUE__
#define __TAKE_A_SAMPLE_QUEUE__

#include "mbed.h"


extern void takeSampleFun();


#endif