PIR grove sensor that sends the sensed data to Thingspeak.com through the wifi module ESP 8266

Dependencies:   mbed

Committer:
skrawool
Date:
Mon Dec 05 16:39:27 2016 +0000
Revision:
0:3954a906acc2
PIR grove sensor that sends the sensed data to thingspeak through the wifi module ESP 8266

Who changed what in which revision?

UserRevisionLine numberNew contents of line
skrawool 0:3954a906acc2 1 // Automatically generated configuration file.
skrawool 0:3954a906acc2 2 // DO NOT EDIT, content will be overwritten.
skrawool 0:3954a906acc2 3
skrawool 0:3954a906acc2 4 #ifndef __MBED_CONFIG_DATA__
skrawool 0:3954a906acc2 5 #define __MBED_CONFIG_DATA__
skrawool 0:3954a906acc2 6
skrawool 0:3954a906acc2 7 // Configuration parameters
skrawool 0:3954a906acc2 8 #define MBED_CONF_PLATFORM_STDIO_BAUD_RATE 9600 // set by library:platform
skrawool 0:3954a906acc2 9 #define MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE 9600 // set by library:platform
skrawool 0:3954a906acc2 10 #define MBED_CONF_PLATFORM_STDIO_FLUSH_AT_EXIT 1 // set by library:platform
skrawool 0:3954a906acc2 11 #define MBED_CONF_PLATFORM_STDIO_CONVERT_NEWLINES 0 // set by library:platform
skrawool 0:3954a906acc2 12
skrawool 0:3954a906acc2 13 #endif