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
Cristian Maglie
f88c9847ac
Removed deprecated interrupt handlers
...
Fixes #831 #881 #955 #1123 #1140
2013-03-29 14:41:36 +01:00
Cristian Maglie
0e7a434fe8
Fixed Wifi example
2013-03-29 12:04:36 +01:00
Fede85
9e7dfb2a06
updated config() methods in WiFi library
2013-03-28 12:56:57 +01:00
Cristian Maglie
b92937b1fc
Merge branch 'wifishield-bugfix'
2013-03-28 12:27:11 +01:00
Cristian Maglie
83dbd395f3
Merge remote-tracking branch 'mlafauci/wifishield-bugfix' into HEAD
2013-03-28 12:10:48 +01:00
Mimmo La Fauci
1231fb82e3
Fix WiFi interface for static IP
2013-03-26 22:25:55 +01:00
Mimmo La Fauci
792056d62b
Fix issue with multiple clients on WebServer
2013-03-22 13:42:12 +01:00
Mimmo La Fauci
dc3102d2f4
Added API to set static IP and DNS server
2013-03-21 09:24:07 +01:00
Cristian Maglie
1b0bff6f2c
Merge remote-tracking branch 'mlafauci/wifishield-bugfix' into HEAD
2013-03-20 11:35:55 +01:00
Mimmo La Fauci
85e0353588
Fixed issu con client.available to return the correct number of bytes
2013-03-16 12:33:50 +01:00
Fede85
353f828cb8
small change in the macro that assign the serial pin to the Uno
2013-03-11 12:47:50 +01:00
Cristian Maglie
f7b2e72308
Renamed GSM folder
2013-03-11 12:20:47 +01:00