n/a

Dependencies:   C12832 mbed-http

Fork of HTTP-Python-Demo by Cambridge Hackathon

config.h

Committer:
BKasza
Date:
2017-11-26
Revision:
4:14c774cf7ac2
Parent:
3:8135a6313648

File content as of revision 4:14c774cf7ac2:

#ifndef _CONFIG_H
#define _CONFIG_H

#define SERVERNAME          "Bianca"
#define GETTIMERINIT        5
#define REPORTTIMERINIT     10
#define ALERTLISTSIZE       32

/* These macros are to be set to 0 when the sensor is not used. When the sensor is used, the corresponding macro should be 1 (and not any other number;
   this is important for calculating array indices, sizes etc... */ 
#define USING_TEMPERATURE   1
#define USING_LIGHT         1
#define USING_AIR           1
#define USING_LASER         0
#define USING_ACCEL         1

#endif //_CONFIG_H