Changeset 234 for rtos_arduino/trunk


Ignore:
Timestamp:
May 5, 2016, 1:12:31 AM (8 years ago)
Author:
ertl-honda
Message:

ファイル名の変更

File:
1 moved

Legend:

Unmodified
Added
Removed
  • rtos_arduino/trunk/examples/examples_gdef.h

    r233 r234  
    11#ifndef _WIFI_SETTING_H_
    22
     3/*
     4 * For Wifi
     5 */
    36#define STA_SSID       ""
    47#define STA_PASSWORD   ""
     
    710#define AP_PASSWORD   "none"
    811
     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
    932#endif /* _WIFI_SETTING_H_ */
Note: See TracChangeset for help on using the changeset viewer.