source: rtos_arduino/trunk/examples/examples_gdef.h@ 237

Last change on this file since 237 was 237, checked in by ertl-honda, 8 years ago

修正

File size: 552 bytes
Line 
1#ifndef _WIFI_SETTING_H_
2
3/*
4 * For Wifi
5 */
6#define STA_SSID ""
7#define STA_PASSWORD ""
8
9#define AP_SSID "M0_AP"
10#define AP_PASSWORD "none"
11
12/*
13 * For Milkcocoa
14 */
15#define MILKCOCOA_APP_ID ""
16#define MILKCOCOA_DATASTORE ""
17
18/*
19 * For Bluemix
20 */
21#define BLUEMIX_ORGANIZATION ""
22#define BLUEMIX_DEVICE_TYPE ""
23#define BLUEMIX_DEVICE_ID ""
24#define BLUEMIX_PASSWORD ""
25
26/*
27 * For ThingSpeak
28 */
29#define THINGSPEAK_CHANNELNUMBER
30#define THINGSPEAK_WRITEAPIKEY ""
31
32#endif /* _WIFI_SETTING_H_ */
Note: See TracBrowser for help on using the repository browser.