Supachai Vorapojpisut
/
le484_2016
Course project for LE484 at Thammasat University, class of 2016
platform.h
- Committer:
- 3ecauz
- Date:
- 2017-05-08
- Revision:
- 7:d702abfe51e3
- Parent:
- 4:3aaedd16c77b
- Child:
- 12:845639da2f03
File content as of revision 7:d702abfe51e3:
#ifndef PLATFORM_H #define PLATFORM_H void sensorIn(void); extern Thread sensorThread; extern Thread ledThread; #endif