Commit Graph

2154 Commits

Author SHA1 Message Date
Cristian Maglie a0b9d95065 Merge branch 'usb-serial-begin' of github.com:pbrook/Arduino into pbrook-usb-serial-begin 2013-09-30 16:10:59 +02:00
Cristian Maglie 5615e20f3c Merge pull request #1566 from PaintYourDragon/master
Latest Adafruit_GFX fixes + moved GFX lib to utility folder
2013-09-06 09:29:34 -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
Paul Brook f53fcdd254 USB CDC two argument begin()
Add two argument form of Serial_::begin

Signed-off-by: Paul Brook <paul@nowt.org>
2013-09-02 19:15:12 +01:00
Paul Brook 1162a45fa8 USB serial baud arg type
Make USB Serial_::begin() function take an unsigned long argument for
consistency with HardwareSerial.

Signed-off-by: Paul Brook <paul@nowt.org>
2013-09-02 19:02:55 +01: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
Cristian Maglie 293e46bfb4 Merge branch 'issue1366' of github.com:Lauszus/Arduino into Lauszus-issue1366 2013-07-31 17:22:12 +02:00
Justin Paulin 24df3ab28d Fixed a typo in the WebServer example. 2013-07-29 13:40:51 -04:00
Cristian Maglie 598ab1d5c0 Merge pull request #1465 from mcoms/patch-1
Update incorrect docs in tonePitchFollower example
2013-07-12 11:11:27 -07:00
Nick ad500ae24d Update incorrect docs in tonePitchFollower example
The comments state that the speaker should be on pin 8, but the code references pin 9. Updated the comments to reflect the correct pin.
2013-06-11 14:47:15 +02:00
Mikal Hart fc8103c969 Minor typo correction
formely->formerly
2013-06-08 12:37:51 -05:00
Tevin Zhang 82a2c1d3d9 add String.toFloat 2013-06-06 16:19:34 +02:00
Ryan Esteves 0778f8a3f3 Added remove methods to WString 2013-06-05 14:08:59 -04:00
Fede85 22320dbc07 keywords syntax highlighting corrected in SoftwareSerial library
Fixed #1426
2013-05-24 18:26:36 +02:00
Fede85 5481bacba2 Fixes #1432 2013-05-23 16:24:38 +02:00
Cristian Maglie ec7996e8be Reintroduced copy error button.
Revert "Reverted 'copy error' button for 1.0.5, waiting for a better UI design"

This reverts commit cf4584eb29.
2013-05-22 12:19:59 +02:00
Scott Fitzgerald 203ca4f2fa Fixed spelling error in Horizon example 2013-05-18 10:07:22 +04:00
Cristian Maglie 22997bbfd5 Fixed upload for robot boards 2013-05-17 19:52:32 +02:00
Cristian Maglie 4c73b8c0f3 Fixed upload for robot boards 2013-05-17 19:40:57 +02: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 eab4a7ef72 Robot has its own core 2013-05-17 11:02:00 +02:00
Cristian Maglie 53fdcb53e9 Updated revision log 2013-05-15 11:34:05 +02:00
Cristian Maglie cf4584eb29 Reverted 'copy error' button for 1.0.5, waiting for a better UI design 2013-05-15 11:32:22 +02:00
Cristian Maglie ffdb0d7d81 Merge branch 'robot' 2013-05-15 11:16:09 +02:00
Cristian Maglie bd11079cd0 Added Arduino Robot libraries 2013-05-15 10:47:17 +02:00
Cristian Maglie 7e3aef91bc Updated drivers for robot 2013-05-14 18:43:51 +02:00
Fede85 bd240670ba Merge branch 'master' of github.com:arduino/Arduino 2013-05-13 21:25:16 +02:00
Fede85 2387046c19 Added support to INT6 on Leonardo.
Fixes #988
2013-05-13 21:22:59 +02:00
Cristian Maglie 54552c0bd0 Added robot hardware 2013-05-13 19:50:59 +02:00
Cristian Maglie 296bdacfb9 Updated revision log 2013-05-11 13:25:37 +02:00
Cristian Maglie 62846f1f1b Fixed disappearing 'Import library' menu 2013-05-11 13:25:37 +02:00
Cristian Maglie 13d8214567 Backported OnlyDirs.class 2013-05-11 13:25:37 +02:00
Federico Fissore 544445524a removed check on .h file existence 2013-05-11 13:25:36 +02:00
Cristian Maglie fa9566235d Disabled 'fat' (multiplatform) library check.
Conflicts:
	app/src/processing/app/Base.java
2013-05-11 13:25:36 +02:00
Federico Fissore 8266ac5aad better error message when library names clash
filter out non .ZIP files
2013-05-11 13:25:36 +02:00
Federico Fissore 3d5c76a8a1 also rebuild examples menu after library import 2013-05-11 13:25:36 +02:00
Federico Fissore 29856fff53 improved import library: complains if invalid zip or folders are selected 2013-05-11 13:25:36 +02:00
Cristian Maglie 1cdf75d4df "Add library" moved into "Import library" menu 2013-05-11 13:25:36 +02:00
Federico Fissore 8eab205166 import library also import folder (already expanded libraries)
Conflicts:
	app/src/processing/app/helpers/FileUtils.java
	app/test/processing/app/tools/ZipDeflaterTest.java
2013-05-11 13:25:36 +02:00
Cristian Maglie 62a8a0149f keep included folder name as top level folder name, delete MAC folder and hidden files 2013-05-11 13:25:36 +02:00
Cristian Maglie d66e094a3b Revert ""Add library" moved into "Import library" menu"
This reverts commit 1866050e07.
2013-05-11 13:25:36 +02:00
Fede85 5e8df5ec88 Merge branch 'master' of github.com:arduino/Arduino 2013-05-09 18:39:26 +02:00