Skip to content

Commit bab0062

Browse files
committed
Temboo library is now vanilla
1 parent 76ded60 commit bab0062

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hardware/arduino/sam/cores/arduino/HardwareSerial.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
class HardwareSerial : public Stream
2727
{
2828
public:
29-
void begin(unsigned long);
30-
void end();
29+
virtual void begin(unsigned long);
30+
virtual void end();
3131
virtual int available(void) = 0;
3232
virtual int peek(void) = 0;
3333
virtual int read(void) = 0;

libraries/Temboo/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ maintainer=Temboo <[email protected]>
55
sentence=This library enables calls to Temboo, a platform that connects the Yun to 100+ APIs.
66
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.
77
url=http://www.temboo.com
8-
architectures=avr
8+
architectures=*

0 commit comments

Comments
 (0)