Commit Graph

27 Commits

Author SHA1 Message Date
Federico Fissore 5e98cd8528 Examples: mass code format. See example_formatter.conf 2015-07-06 15:19:05 +02:00
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
Federico Fissore cb29f4832e Bridge: Temboo examples update. Released version 1.0.7 2015-06-10 17:22:52 +02:00
Arturo Guadalupi 8a54c70a94 Added literal float to improve precision
according to #2922 I added missing float literals to improve the accuracy of the result.

If sensorValue = 1:

Before: voltage = 4

Now: voltage = 4.88
2015-06-05 12:29:50 +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 eecc9ea132 TemperatureWebPanel.ino: added missing semicolons 2015-03-12 09:11:32 +01:00
Iván e02689e70e Print "Yún" and not "Y�n"; "degrees C" to "ºC"
Hi, just got a Yún few days ago and noticed that when testing stuff, just cosmetic.

Thanks.
2015-03-02 23:27:55 +01:00
Federico Fissore 0b6e274b5d Bridge.ino example: comment fixed 2015-02-19 18:08:15 +01:00
Moredread 256f39b4d8 Fix spelling in YunSerialTerminal 2015-02-14 19:00:15 +01:00
Federico Fissore e52b4edd6f Temboo: removing ControlBySMS and SendDataToMySQL examples, as per Temboo request 2014-11-12 17:55:54 +01:00
Federico Fissore d002c3ee04 Fixed typos in MailboxReadMessage example 2014-10-02 15:32:18 +02:00
Fede85 9a64c1bb1c removed Xively and Cosm examples 2014-09-25 14:50:42 +02:00
Federico Fissore 98da28a3ce Bridge: slowing down ConsoleRead a bit to keep the python side of the Bridge from consuming 100% of the CPU 2014-08-28 13:25:57 +02:00
Federico Fissore d132bc9d2b Bridge, TemperatureWebPanel example: mention that the REST API must be "open" 2014-07-08 09:34:22 +02:00
Federico Fissore b3ff7a76d7 Bridge, TemperatureWebPanel example: mention that the example must be uploaded via wifi 2014-07-08 09:32:22 +02:00
Federico Fissore c387f87329 Corrected typos: Yun -> Yún 2014-05-30 12:17:09 +02:00
Cristian Maglie 74b853bf99 Improved YunSerialTerminal
Removing calls to Serial.available() adds more CPU time to better
handle a sustained 250kbps flow
2014-05-30 11:21:50 +02:00
Fede85 586e7a2959 added the MailboxReadMessage example for the Yun 2014-05-02 17:41:18 +02:00
Federico Fissore b2500b3b85 Temboo: library and examples update 2014-04-03 19:56:46 +02:00
Federico Fissore 88ed5d53a6 Spacebrew update 2014-04-01 09:35:56 +02:00
Fede85 475ee9fde5 [YunSerialTerminal example]: corrected the CRC in the Bridge shutdown command 2014-03-13 11:44:44 +01:00
Federico Fissore b4c68b3dff Run new astyle formatter against all the examples 2013-10-21 09:58:40 +02:00
Federico Fissore ddcb89e1fa Removed wrong executable flag on many files 2013-09-27 18:18:51 +02:00
Federico Fissore 65f0819b05 reviewed Bridge example headers 2013-09-10 10:23:29 +02:00
Federico Fissore 3e2008dfcc updated Bridge examples headers 2013-09-09 20:56:15 +02:00
Fede85 15fd2d1158 Added the header to the Bridge.ino example
Removed Serial.begin(), there are no serial prints in the sketch.
2013-09-09 13:37:40 +02:00
Fede85 81338e245b Bridge library to the 1.5 format 2013-09-06 15:38:07 +02:00