Course project for LE484 at Thammasat University, class of 2016

platform.h

Committer:
vsupacha
Date:
2017-05-08
Revision:
4:3aaedd16c77b
Child:
7:d702abfe51e3
Child:
11:8b9668e37646

File content as of revision 4:3aaedd16c77b:

#ifndef PLATFORM_H
#define PLATFORM_H


extern Thread sensorThread;
extern Thread ledThread; 


#endif