1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00
Commit Graph

354 Commits

Author SHA1 Message Date
Amulya Kumar Sahoo
97dc72ce05 Fix of a spelling mistake 2014-07-23 01:17:31 +05:30
Amulya Kumar Sahoo
e6923526d3 Fixed error in comment 2014-06-07 18:05:04 +05:30
Jens-Christian Skibakk
17e1eb5ef2 Fix idle level when initializing a inverted SoftwareSerial
Previously, when SoftwareSerial was initialized, it would always be set
to an idle level of HIGH, even when inverted logic was enabled. Once a
byte is transmitted, the idle level gets correctly set to LOW instead.
This commit makes sure that the idle level is correct directly after
initialization already.

This fixes #1361.
2014-05-23 13:12:58 +02:00
Federico Vanzati
4a10c1c5a8 Merge pull request #1907 from egueli/master
Esplora: added reading from Tinkerkit inputs
2014-04-02 11:50:37 +02:00
Scott Fitzgerald
9810e896d1 Update to Esplora example
Added Mouse.press to Esplora Joystick Mouse example
2014-03-08 12:43:18 +04:00
Enrico Gueli
8642df71e6 Esplora: added reading form Tinkerkit inputs 2014-03-03 19:57:02 +01:00
Cristian Maglie
2380a8f3d7 Added copyright license for WiFi shield library
See #1117
2014-02-27 12:46:05 +01:00
Xun Yang
53adddcb33 Fixed issue #1478, #1599, #1709, motors being opposite, updated turning algorithm 2014-02-12 02:02:20 +01:00
Fede85
5dfafe7847 WiFi Shield examples: added the firmware version check 2014-02-06 18:40:48 +01:00
Scott Fitzgerald
1c28dab57b Updated Listfiles SD example
Changed SS pin to 4 for consistency with other examples
2014-02-02 14:35:04 +04:00
ntruchsess
29954567e7 update AdvancedChatServer.ino, add operator!= 2013-12-06 23:19:19 +01:00
ntruchsess
fbdf3a18ee remove all Changes besides operator== 2013-12-06 19:05:31 +01:00
ntruchsess
889e1f6583 apply AdvancedChatServer.ino changes to renamed ChatServer.ino 2013-11-28 09:58:27 +01:00
ntruchsess
b5c500f5b4 revert Chatserver example, create new AdvancedChatServer based on it 2013-11-28 09:43:46 +01:00
ntruchsess
a27604f59e add some lines of comment to ChatServer.ino, remove redundant assignment of Client-instance 2013-11-27 17:49:20 +01:00
ntruchsess
937bce1a0b add localPort to EthernetClient, simplify operator== 2013-11-27 10:40:57 +01:00
ntruchsess
ca37de4ba4 add operator==, remoteIP and remotePort to EthernetClient 2013-11-26 00:12:44 +01:00
Cristian Maglie
3685463414 Merge pull request #1659 from X-Y/master
Fix robot problems regarding new version of Arduino
2013-11-14 06:59:02 -08:00
Scott Fitzgerald
b332904ee1 Modified LCD custom character example
moved lcd.begin() to the beginnng of the setup() and fixed an issue
that prevented the example from compiling. When calling lcd.write()
with an argument of 0, the 0 must be cast a s a byte.
2013-11-11 16:41:12 +04:00
Scott Fitzgerald
4869f7f979 Updated listfiles SD example
Updated description of the file
2013-11-11 16:19:48 +04:00
Scott Fitzgerald
cb9686dc33 Updates to a number of Examples
removed pachube examples, added xively examples. changes to the Servo
examples
2013-11-08 18:46:27 +04:00
Xun Yang
4cb0b11405 Fix robot problems regarding new version of Arduino 2013-11-04 20:17:04 +01:00
Cristian Maglie
e21b182af2 Removed destructor from File.cpp and SD.h as it leads to unexpected close/destructed objects #814 2013-10-17 20:49:24 +02:00
Federico Fissore
6732677500 Merge pull request #1383 from bjelojac/patch-1
Fix for #814, Memory Leak
2013-10-09 08:42:12 -07:00
Phillip Burgess
a06ccb7f1c Latest Adafruit_GFX fixes + moved GFX lib to utility folder
Updated constructor and dependent code, other minor fixes. Robot LCD
examples all compile, but not yet tested against actual hardware.
2013-09-03 11:44:08 -07:00
Cristian Maglie
0f0d5fe01e Merge pull request #1526 from interwho/master
Fixed a typo in the WebServer example.
2013-09-02 06:14:18 -07:00
Xun Yang
ec31a2ee5c Fixed robot libraries and examples for unified Arduino core 2013-08-21 23:14:00 +02:00
Justin Paulin
24df3ab28d Fixed a typo in the WebServer example. 2013-07-29 13:40:51 -04:00
Mikal Hart
fc8103c969 Minor typo correction
formely->formerly
2013-06-08 12:37:51 -05:00
Fede85
22320dbc07 keywords syntax highlighting corrected in SoftwareSerial library
Fixed #1426
2013-05-24 18:26:36 +02:00
Scott Fitzgerald
203ca4f2fa Fixed spelling error in Horizon example 2013-05-18 10:07:22 +04:00
dcuartielles
f28faa3b2d added a better configurarion string for the line following example 2013-05-17 13:58:43 +02:00
dcuartielles
b2c17f9812 Added notification about the need of the IR-Remote library 2013-05-17 13:34:49 +02:00
dcuartielles
aa800e8b0e added a better configurarion string for the line following example 2013-05-17 13:25:27 +02:00
Cristian Maglie
82511def8e Merge remote-tracking branch 'arduino/TFT_display' 2013-05-17 12:47:27 +02:00
Fede85
ee6a833b7b added the TFT display library 2013-05-17 12:39:31 +02:00
dcuartielles
2b7753ffc7 fixed the classic fix vs stroke issue after migrating to the TFT library 2013-05-17 11:08:59 +02:00
dcuartielles
b91e6308bd fixed glitch with the screen when starting the process 2013-05-17 11:08:50 +02:00
dcuartielles
e5baff7372 fixed order in how the commands were executed 2013-05-17 11:07:44 +02:00
Cristian Maglie
bd11079cd0 Added Arduino Robot libraries 2013-05-15 10:47:17 +02:00
bjelojac
2aee42a12c Fix for #814, Memory Leak
File isn't closed before being released, it leaks. This test has been verified and tested many times.
2013-04-25 13:46:43 -05:00
Fede85
c111f66112 Corrected the return type of the digitalPotWrite in the SPI/DigitalPotControl example
Fixes #1063
2013-04-24 10:45:22 +02:00
Fede85
a138309ff6 WebServer example: Added comments 2013-04-17 11:37:31 +02:00
Fede85
fab4632b07 WifiWebServer example: Moved the autorefresh feature inside the http header 2013-04-17 11:33:28 +02:00
Fede85
ce3554261d Moved refresh client from html meta tag to http header
Fixes #953
2013-04-16 21:37:41 +02:00
Fede85
2e6023bc2a edited some ethernet ad wifi examples 2013-04-11 17:36:15 +02:00
Fede85
afc9ad2663 converted to HTTP/1.1 and the client point to the arduino ascii logo 2013-04-09 17:33:43 +02:00
Fede85
34334fca4f GSM library webClient example needs fix
Fixes #1345
2013-04-09 13:50:37 +02:00
Fede85
d003c538f4 small changes inside the GSM pachube examples 2013-04-05 19:13:27 +02:00
Cristian Maglie
f4232373fd Added Wifi NTP client example 2013-03-29 15:26:43 +01:00