1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00
Commit Graph

430 Commits

Author SHA1 Message Date
d3f76e9558 Fix typo in KeyboardLogout.ino
Comment says ALT+s, code says ALT+l. This remedies that difference.
2014-09-26 12:51:10 -07:00
90bd172f30 Updated revision log. Version upped to 1.0.6. 2014-09-16 12:16:06 +02:00
88b487f480 Removed todo.txt (leftover) and updated build.xml accordingly 2014-09-16 12:14:03 +02:00
1bbcb2f9d4 Added replacement stub for cstdlib atexit() funciton.
This is an empty stub to simply allow use of complex types with a
non global static lifetime. For more complex handling the function
'atexit' can be redefined in user code.

For more information see:

https://github.com/arduino/Arduino/pull/2229
https://github.com/arduino/Arduino/issues/1919
2014-08-08 15:38:57 +02:00
faa08454cd Fixed Smoothing example
"index" variable name create conflicts with Arduino Due where "index" is
a reserved word for Posix C.
2014-07-02 15:44:26 +02:00
494d3de97d Fixed permission on wifishield upgrade script. 2014-07-01 19:05:03 +02:00
668559fc6f Updated revision log 2014-07-01 18:27:03 +02:00
f73209728d Updated revision log 2014-06-30 18:24:42 +02:00
a798c79dab Updates to revision log 2014-06-25 16:02:00 +02:00
9ad8748d40 Updated Blink
removed the variable “led” and added some additional descriptive text
2014-05-08 23:05:53 +04:00
cf5fc143ac Modified Keyboard Reprogram example
Updated to reflect changes with how the IDE creates new blank sketches.
2014-05-03 19:16:29 +04:00
9403021460 fix comments on spaceship example
The comments explaining the if..else part were mistaken.
2014-05-01 22:22:04 +02:00
9c7e3ab4c3 Fixed example StringStartsWithEndsWith.ino 2014-04-07 19:07:49 +02:00
5a60f6b008 Windows: launch4j gets downloaded at build time 2014-03-04 13:13:48 +01:00
994f0d7bfd Windows: arduino_debug.exe. Backport of ad2ff737bb 2014-02-27 13:24:49 +01:00
017326acc6 Minor changes to Communication Examples
Added a note to the included Processing sketches about replacing
println(Serial.list()) with Serial.printArray() if using Processing 2.1
or later
2014-01-29 14:27:09 +04:00
711fe3d91a Merge tag '1.0.5-r2' into HEAD 2014-01-08 16:59:18 +01:00
e9c72c9278 Signed drivers for Windows 8.1 2014-01-08 16:58:32 +01:00
c2498aac5f Updated revisions log 2014-01-08 13:47:40 +01:00
144b5e8815 Merge tag '1.0.5-r2' 2014-01-07 11:15:33 +01:00
5c1b5c09e2 Updated drivers signature for Windows 2014-01-07 11:10:19 +01:00
b79ee023de Updated KeyboardMessage example 2013-11-11 16:47:49 +04:00
83ef1814cf Updated Blink without delay example
Changed variable to unsigned long.
2013-11-11 16:31:25 +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
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
5481bacba2 Fixes #1432 2013-05-23 16:24:38 +02:00
82511def8e Merge remote-tracking branch 'arduino/TFT_display' 2013-05-17 12:47:27 +02:00
53fdcb53e9 Updated revision log 2013-05-15 11:34:05 +02:00
bd11079cd0 Added Arduino Robot libraries 2013-05-15 10:47:17 +02:00
7e3aef91bc Updated drivers for robot 2013-05-14 18:43:51 +02:00
296bdacfb9 Updated revision log 2013-05-11 13:25:37 +02:00
1cdf75d4df "Add library" moved into "Import library" menu 2013-05-11 13:25:36 +02:00
d66e094a3b Revert ""Add library" moved into "Import library" menu"
This reverts commit 1866050e07.
2013-05-11 13:25:36 +02:00
595d7fe1a3 added colored keywords readString and readStringUntil 2013-05-09 18:39:03 +02:00
33c086d068 updated driver description string to "Arduino USB Driver". includes new .cat 2013-05-01 10:49:50 -04:00
2c5a86e336 Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader 2013-05-01 10:49:05 -04:00
0db906f175 changed the pin where to connect the button from 2 to 4 to be compliant with the comment in the header and the tutorial.
Fixes #1396
2013-04-30 17:55:34 +02:00
c87ddd567d small changes to the Debounce example 2013-04-16 16:50:23 +02:00
97e0f34572 Merge pull request #1192 from miek/debounce-fix
Fix Debounce example to work as described
2013-04-16 01:22:31 -07:00
c46e178c2e added driver install utility (dpinst 32- and 64-bit) and Arduino icon needed for Windows installer 2013-04-12 15:15:21 -04:00
1866050e07 "Add library" moved into "Import library" menu
Conflicts:
	app/src/processing/app/Base.java
	app/src/processing/app/Editor.java
2013-04-07 20:39:21 +02:00
c3b581b470 Upped version to 1.0.5 2013-03-29 16:14:10 +01:00
f88c9847ac Removed deprecated interrupt handlers
Fixes #831 #881 #955 #1123 #1140
2013-03-29 14:41:36 +01:00
d76468069b Updated revision log 2013-03-28 12:29:15 +01:00
ca6f64429f added name definition for regular Arduino Mega 2560 (not rev3) to arduino.inf. signed new arduino.cat. Issue 1314. Thanks, codepam. 2013-03-27 10:35:27 -04:00
01a8b4ebc7 Updated/corrected location of tool in sketchbook folder. 2013-03-18 13:42:09 +01:00
f45b9869b5 Update revision log 2013-03-11 13:19:55 +01:00
4139c59b1a Set version to 1.0.4 2013-03-11 12:19:13 +01:00
3ea0903fa8 Added GSM shield library (AVR) 2013-03-11 12:17:08 +01:00
a6022df422 Update build/shared/examples/05.Control/Arrays/Arrays.ino
removed redundant thisPin declaration in setup
2013-02-11 21:41:30 +00:00