Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C12832 mbed-http
Fork of HTTP-Python-Demo by
config.h
00001 #ifndef _CONFIG_H 00002 #define _CONFIG_H 00003 00004 #define SERVERNAME "Bianca" 00005 #define GETTIMERINIT 5 00006 #define REPORTTIMERINIT 10 00007 #define ALERTLISTSIZE 32 00008 00009 /* 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; 00010 this is important for calculating array indices, sizes etc... */ 00011 #define USING_TEMPERATURE 1 00012 #define USING_LIGHT 1 00013 #define USING_AIR 1 00014 #define USING_LASER 0 00015 #define USING_ACCEL 1 00016 00017 #endif //_CONFIG_H
Generated on Fri Jul 15 2022 04:43:30 by
1.7.2
