b79ee023de
Updated KeyboardMessage example
2013-11-11 16:47:49 +04: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
83ef1814cf
Updated Blink without delay example
...
Changed variable to unsigned long.
2013-11-11 16:31:25 +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
89d6841ac0
Merge branch 'cayci-master'
2013-11-04 10:33:38 +01:00
ae265a98b9
Help 3rd party installers find the hardware path
2013-11-04 10:22:24 +01:00
9b519f2fbc
Changed LED_BUILTIN to a macro to better support boards that do not have a built-in LED.
...
Fixes #758
2013-11-03 18:10:22 +01:00
350eb86dca
Added LED_BUILTIN constant to Leonardo board
2013-11-03 18:07:01 +01:00
537388337d
Added Arduino Ethernet variant.
...
Fixes #925
2013-11-03 13:52:08 +01:00
66faf5d6c6
Render line numbers using TextAreaPainter
...
Fix the line number font rendering problem on the Mac.
Now, the TextAreaLineNumbers class extends the TextAreaPainter and just
overloads the paintLine method to make it render the line number instead
of rendering the whole line. Other than that, the superclass' drawing
code is used.
So: the same drawing code that renders the source code text in the
editor is now also being used to render the line numbers.
2013-11-02 21:49:09 -04:00
a2111fdcf6
add preference to enable/disable line numbers
...
add preference to enable/disable line numbers and make font change work
2013-10-28 21:01:35 -04:00
787f73dade
Display line numbers for the file being edited
2013-10-28 00:19:30 -04:00
128678c559
Update readme.txt
2013-10-23 18:39:19 +02: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
72440e7893
Added missing class FileNameExtensionFilter
2013-10-14 12:55:39 +02:00
21ef50beb4
It was still using jdk FileNameExtensionFilter
2013-10-14 12:34:09 +02:00
6732677500
Merge pull request #1383 from bjelojac/patch-1
...
Fix for #814 , Memory Leak
2013-10-09 08:42:12 -07:00
a340140ee7
Merge pull request #1608 from supcik/fix_indent
...
Fix indentation (cosmetic)
2013-10-09 07:04:43 -07:00
aaafaf33b4
Fix indentation (cosmetic)
2013-10-06 10:59:53 +02:00
a0b9d95065
Merge branch 'usb-serial-begin' of github.com:pbrook/Arduino into pbrook-usb-serial-begin
2013-09-30 16:10:59 +02:00
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
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
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
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
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
293e46bfb4
Merge branch 'issue1366' of github.com:Lauszus/Arduino into Lauszus-issue1366
2013-07-31 17:22:12 +02:00
24df3ab28d
Fixed a typo in the WebServer example.
2013-07-29 13:40:51 -04:00
598ab1d5c0
Merge pull request #1465 from mcoms/patch-1
...
Update incorrect docs in tonePitchFollower example
2013-07-12 11:11:27 -07:00
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
fc8103c969
Minor typo correction
...
formely->formerly
2013-06-08 12:37:51 -05:00
82a2c1d3d9
add String.toFloat
2013-06-06 16:19:34 +02:00
0778f8a3f3
Added remove methods to WString
2013-06-05 14:08:59 -04:00
22320dbc07
keywords syntax highlighting corrected in SoftwareSerial library
...
Fixed #1426
2013-05-24 18:26:36 +02:00
5481bacba2
Fixes #1432
2013-05-23 16:24:38 +02:00
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
203ca4f2fa
Fixed spelling error in Horizon example
2013-05-18 10:07:22 +04:00
22997bbfd5
Fixed upload for robot boards
2013-05-17 19:52:32 +02:00
4c73b8c0f3
Fixed upload for robot boards
2013-05-17 19:40:57 +02: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
eab4a7ef72
Robot has its own core
2013-05-17 11:02:00 +02:00
53fdcb53e9
Updated revision log
2013-05-15 11:34:05 +02:00