Cristian Maglie
954f59d9ce
Bridge: Fixed File "duplicate definitions" when using SD and Bridge libraries together
...
The two File classes have been enclosed into different namespaces.
To guarantee compatibility with old sketches that uses only one of the two
libraries an additional line:
using namespace xxxxx;
has been added so the users can still use "File" where there is no ambiguity.
BridgeLib::File and SDLib::File classes have been also aliased to BridgeFile
and SDFile respectively, users are encouraged to use that instead of File.
2015-06-30 11:49:53 +02:00
Federico Fissore
cb29f4832e
Bridge: Temboo examples update. Released version 1.0.7
2015-06-10 17:22:52 +02:00
Federico Fissore
07685a07dc
Bridge: releasing version 1.0.6
2015-06-10 14:57:13 +02:00
Federico Fissore
9166828bfe
Due to website configuration changes, every url starting with http://arduino.cc has been changed to http://www.arduino.cc . Fixes #3191
2015-05-20 17:10:06 +02:00
Federico Fissore
f118dee688
Bridge: default baudrate is specified with BRIDGE_BAUDRATE. Fixes #2904
2015-04-30 16:32:32 +02:00
Federico Fissore
5519f15663
Libraries: added help files to mitigate missing contextual reference issue
2015-04-23 17:19:15 +02:00
Federico Fissore
0b4b76fa67
Bundled libraries update
2015-04-23 13:01:30 +02:00
Martino Facchin
d6f9a6703c
Bridge: increase version number
2015-03-31 09:30:51 +02:00
Federico Fissore
f7106ecc65
Libraries: version now compliant with semver. See http://semver.org/
2015-03-27 15:01:49 +01:00
Cristian Maglie
6d7751cf5f
Fixed some libraries metadata.
2015-01-16 12:22:24 +01:00
Claudio Indellicati
7ce32946a9
Minor changes (libraries descriptions).
2014-07-30 12:32:45 +02:00
Fede85
b02e85ceb2
modified sentences in library.properties files
2014-07-18 19:41:34 +02:00
Federico Fissore
c387f87329
Corrected typos: Yun -> Yún
2014-05-30 12:17:09 +02:00
Cristian Maglie
76ded605ff
Updated all library.properties to 1.5 rev2 lib format
2014-02-18 22:32:24 +01:00
Cristian Maglie
258c7af469
Bridge library is now platform independent.
2013-11-15 12:54:59 +01:00
Fede85
81338e245b
Bridge library to the 1.5 format
2013-09-06 15:38:07 +02:00