Ethernet+BLE prototype
Dependencies: mbed EthernetInterface mbed-rtos
include/config.h@5:9fffeb949e5a, 2014-03-31 (annotated)
- Committer:
- teruo
- Date:
- Mon Mar 31 03:25:14 2014 +0000
- Revision:
- 5:9fffeb949e5a
- Parent:
- 1:50463ff10d56
Serial.attach????
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
teruo | 0:da21a9dd2303 | 1 | #ifndef __CONFIG_H__ |
teruo | 0:da21a9dd2303 | 2 | #define __CONFIG_H__ |
teruo | 0:da21a9dd2303 | 3 | |
teruo | 0:da21a9dd2303 | 4 | #define _DEBUG |
teruo | 0:da21a9dd2303 | 5 | |
teruo | 1:50463ff10d56 | 6 | #define HTTP_COMMAND "POST" |
teruo | 0:da21a9dd2303 | 7 | #define SERVER_HOST "10.112.5.220" |
teruo | 0:da21a9dd2303 | 8 | #define SERVER_HOST_PORT 8080 |
teruo | 0:da21a9dd2303 | 9 | |
teruo | 0:da21a9dd2303 | 10 | |
teruo | 0:da21a9dd2303 | 11 | |
teruo | 0:da21a9dd2303 | 12 | #endif /* __CONFIG_H__ */ |