Temboo library is now vanilla

This commit is contained in:
Cristian Maglie 2014-02-18 17:32:26 +01:00
parent 76ded605ff
commit bab0062998
2 changed files with 3 additions and 3 deletions

View File

@ -26,8 +26,8 @@
class HardwareSerial : public Stream
{
public:
void begin(unsigned long);
void end();
virtual void begin(unsigned long);
virtual void end();
virtual int available(void) = 0;
virtual int peek(void) = 0;
virtual int read(void) = 0;

View File

@ -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.
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
architectures=avr
architectures=*