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
RevLine 
[233]1#ifndef _WIFI_SETTING_H_
2
[234]3/*
4 * For Wifi
5 */
[237]6#define STA_SSID ""
7#define STA_PASSWORD ""
[233]8
9#define AP_SSID "M0_AP"
10#define AP_PASSWORD "none"
11
[234]12/*
13 * For Milkcocoa
14 */
[237]15#define MILKCOCOA_APP_ID ""
16#define MILKCOCOA_DATASTORE ""
[234]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 */
[237]29#define THINGSPEAK_CHANNELNUMBER
30#define THINGSPEAK_WRITEAPIKEY ""
[234]31
[233]32#endif /* _WIFI_SETTING_H_ */
Note: See TracBrowser for help on using the repository browser.