1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00
Commit Graph

347 Commits

Author SHA1 Message Date
53adddcb33 Fixed issue #1478, #1599, #1709, motors being opposite, updated turning algorithm 2014-02-12 02:02:20 +01:00
5dfafe7847 WiFi Shield examples: added the firmware version check 2014-02-06 18:40:48 +01:00
1c28dab57b Updated Listfiles SD example
Changed SS pin to 4 for consistency with other examples
2014-02-02 14:35:04 +04:00
29954567e7 update AdvancedChatServer.ino, add operator!= 2013-12-06 23:19:19 +01:00
fbdf3a18ee remove all Changes besides operator== 2013-12-06 19:05:31 +01:00
889e1f6583 apply AdvancedChatServer.ino changes to renamed ChatServer.ino 2013-11-28 09:58:27 +01:00
b5c500f5b4 revert Chatserver example, create new AdvancedChatServer based on it 2013-11-28 09:43:46 +01:00
a27604f59e add some lines of comment to ChatServer.ino, remove redundant assignment of Client-instance 2013-11-27 17:49:20 +01:00
937bce1a0b add localPort to EthernetClient, simplify operator== 2013-11-27 10:40:57 +01:00
ca37de4ba4 add operator==, remoteIP and remotePort to EthernetClient 2013-11-26 00:12:44 +01:00
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
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
4869f7f979 Updated listfiles SD example
Updated description of the file
2013-11-11 16:19:48 +04:00
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
4cb0b11405 Fix robot problems regarding new version of Arduino 2013-11-04 20:17:04 +01:00
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
6732677500 Merge pull request #1383 from bjelojac/patch-1
Fix for #814, Memory Leak
2013-10-09 08:42:12 -07:00
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
0f0d5fe01e Merge pull request #1526 from interwho/master
Fixed a typo in the WebServer example.
2013-09-02 06:14:18 -07:00
ec31a2ee5c Fixed robot libraries and examples for unified Arduino core 2013-08-21 23:14:00 +02:00
24df3ab28d Fixed a typo in the WebServer example. 2013-07-29 13:40:51 -04:00
fc8103c969 Minor typo correction
formely->formerly
2013-06-08 12:37:51 -05:00
22320dbc07 keywords syntax highlighting corrected in SoftwareSerial library
Fixed #1426
2013-05-24 18:26:36 +02:00
203ca4f2fa Fixed spelling error in Horizon example 2013-05-18 10:07:22 +04:00
f28faa3b2d added a better configurarion string for the line following example 2013-05-17 13:58:43 +02:00
b2c17f9812 Added notification about the need of the IR-Remote library 2013-05-17 13:34:49 +02:00
aa800e8b0e added a better configurarion string for the line following example 2013-05-17 13:25:27 +02:00
82511def8e Merge remote-tracking branch 'arduino/TFT_display' 2013-05-17 12:47:27 +02:00
ee6a833b7b added the TFT display library 2013-05-17 12:39:31 +02:00
2b7753ffc7 fixed the classic fix vs stroke issue after migrating to the TFT library 2013-05-17 11:08:59 +02:00
b91e6308bd fixed glitch with the screen when starting the process 2013-05-17 11:08:50 +02:00
e5baff7372 fixed order in how the commands were executed 2013-05-17 11:07:44 +02:00
bd11079cd0 Added Arduino Robot libraries 2013-05-15 10:47:17 +02:00
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
c111f66112 Corrected the return type of the digitalPotWrite in the SPI/DigitalPotControl example
Fixes #1063
2013-04-24 10:45:22 +02:00
a138309ff6 WebServer example: Added comments 2013-04-17 11:37:31 +02:00
fab4632b07 WifiWebServer example: Moved the autorefresh feature inside the http header 2013-04-17 11:33:28 +02:00
ce3554261d Moved refresh client from html meta tag to http header
Fixes #953
2013-04-16 21:37:41 +02:00
2e6023bc2a edited some ethernet ad wifi examples 2013-04-11 17:36:15 +02:00
afc9ad2663 converted to HTTP/1.1 and the client point to the arduino ascii logo 2013-04-09 17:33:43 +02:00
34334fca4f GSM library webClient example needs fix
Fixes #1345
2013-04-09 13:50:37 +02:00
d003c538f4 small changes inside the GSM pachube examples 2013-04-05 19:13:27 +02:00
f4232373fd Added Wifi NTP client example 2013-03-29 15:26:43 +01:00
f88c9847ac Removed deprecated interrupt handlers
Fixes #831 #881 #955 #1123 #1140
2013-03-29 14:41:36 +01:00
0e7a434fe8 Fixed Wifi example 2013-03-29 12:04:36 +01:00
9e7dfb2a06 updated config() methods in WiFi library 2013-03-28 12:56:57 +01:00
b92937b1fc Merge branch 'wifishield-bugfix' 2013-03-28 12:27:11 +01:00
83dbd395f3 Merge remote-tracking branch 'mlafauci/wifishield-bugfix' into HEAD 2013-03-28 12:10:48 +01:00
1231fb82e3 Fix WiFi interface for static IP 2013-03-26 22:25:55 +01:00
792056d62b Fix issue with multiple clients on WebServer 2013-03-22 13:42:12 +01:00