source: rtos_arduino/trunk/arduino_lib/libraries/thingspeak-arduino/src/ThingSpeak.cpp@ 189

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

Thinkgspeakのサポート

File size: 359 bytes
Line 
1/*
2 ThingSpeak Communication Library For Arduino
3
4 ThingSpeak ( https://www.thingspeak.com ) is a free IoT service for building
5 systems that collect, analyze, and react to their environments.
6
7 Copyright 2015, The MathWorks, Inc.
8
9 See the accompaning licence file for licensing information.
10*/
11
12#include "ThingSpeak.h"
13ThingSpeakClass ThingSpeak;
Note: See TracBrowser for help on using the repository browser.