Commit Graph

6 Commits

Author SHA1 Message Date
Cristian Maglie 0c109b5242 Bridge: Renamed YunClient/YunServer to BridgeClient/BridgeServer
This makes the library more consistent and not tied to a specific board.
2015-06-30 12:20:11 +02:00
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 5519f15663 Libraries: added help files to mitigate missing contextual reference issue 2015-04-23 17:19:15 +02:00
Arturo Guadalupi 501333a8ef new theme 2015-04-01 16:11:59 +02:00
Federico Fissore df7e5aef74 Missing YunServer and YunClient keyword highlight 2013-09-27 16:16:37 +02:00
Fede85 81338e245b Bridge library to the 1.5 format 2013-09-06 15:38:07 +02:00