mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-05 13:16:13 +03:00
Temboo library is now vanilla
This commit is contained in:
@@ -26,8 +26,8 @@
|
|||||||
class HardwareSerial : public Stream
|
class HardwareSerial : public Stream
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
void begin(unsigned long);
|
virtual void begin(unsigned long);
|
||||||
void end();
|
virtual void end();
|
||||||
virtual int available(void) = 0;
|
virtual int available(void) = 0;
|
||||||
virtual int peek(void) = 0;
|
virtual int peek(void) = 0;
|
||||||
virtual int read(void) = 0;
|
virtual int read(void) = 0;
|
||||||
|
@@ -5,4 +5,4 @@ maintainer=Temboo <support@temboo.com>
|
|||||||
sentence=This library enables calls to Temboo, a platform that connects the Yun to 100+ APIs.
|
sentence=This library enables calls to Temboo, a platform that connects the Yun to 100+ APIs.
|
||||||
paragraph=Temboo is a platform that provides normalized access to 100+ APIs, databases, code utilities and more. This library enables the Yun to connect to Temboo, making it simple to interact with a vast array of web-based resources and services.
|
paragraph=Temboo is a platform that provides normalized access to 100+ APIs, databases, code utilities and more. This library enables the Yun to connect to Temboo, making it simple to interact with a vast array of web-based resources and services.
|
||||||
url=http://www.temboo.com
|
url=http://www.temboo.com
|
||||||
architectures=avr
|
architectures=*
|
||||||
|
Reference in New Issue
Block a user