forked from NachiketKelkar/AESD-Project_1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaintask.h
15 lines (12 loc) · 749 Bytes
/
maintask.h
1
2
3
4
5
6
7
8
9
10
11
12
13
/************************************************************************************************
* File name : maintask.h *
* Authors : Puneet Bansal and Nachiket Kelkar *
* Description : The defines used by maintask.c *
* Tools used : GNU make, gcc, arm-linux-gcc *
************************************************************************************************/
//#include "mq.h"
#include "logger.h"
#define TEMPERATURE_TASK 0x01
#define LIGHT_TASK 0x02
#define LOGGER_TASK 0x04
#define SOCKET_TASK 0x08