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