Course project for LE484 at Thammasat University, class of 2016

platform.h

Committer:
natanich
Date:
2017-05-08
Revision:
11:8b9668e37646
Parent:
4:3aaedd16c77b
Child:
12:845639da2f03

File content as of revision 11:8b9668e37646:

#ifndef PLATFORM_H
#define PLATFORM_H

void led1_thread(void) 

extern Thread sensorThread;
extern Thread ledThread; 


#endif