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

396 Commits

Author SHA1 Message Date
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
cdce800f69 Updated revision log 2013-02-06 11:13:21 +01:00
0b98fd2c8c Updated driver for Windows (all-in-one, signature for Win8)
Fixes #1040
Fixes #1114
2013-02-06 11:08:06 +01:00
07f3915d8f Removing duplicate comment from top of KeyboardAndMouseControl example code. 2013-01-17 10:56:37 -05:00
62e48dba91 corrected a wrong comment inside the KeyboardAndMouseControl example 2013-01-15 10:37:19 +01:00
fbdd7754ce corrected a wrong comment inside the KeyboardAndMouseControl example 2013-01-15 10:27:32 +01:00
169032465a Updated revisions log 2013-01-06 18:09:42 +01:00
b7da415d6f Fix Debounce example to work as described
This alters the debounce example code to toggle the LED rather than just use
the button state to set the LED state.

Fixes #293
2012-12-28 20:16:42 +00:00
105a5b1c05 Example had a wrong name (02.Digital/DigitalInputPullup)
Fixes #1074
2012-12-17 09:37:26 +01:00
6dbc2bfc57 "register" is now highlighted as a keyword.
Fixes #1154
2012-12-10 12:27:42 +01:00
b32ed2d450 Upped version number to 1.0.3 2012-12-07 18:31:48 +01:00
948a5c89e4 Added support for Arduino Esplora 2012-12-07 18:11:07 +01:00
a309364fb8 typo in StringLength.ino fixes #1028 2012-12-05 13:25:37 -05:00
20c181470d Fixed issue in Starter kit example number 4 2012-11-14 16:07:38 -05:00
4672d451c8 Updating revisions.txt for 1.0.2. 2012-11-05 08:56:49 -05:00
056ba5fca0 Allow spaces in Arduino directory name on linux. 2012-11-03 12:37:50 -04:00
80b52b29b5 Pass shell arguments to linux arduino script through to Arduino. 2012-11-03 12:25:19 -04:00
f689991a59 Adding LilyPad Arduino USB. 2012-11-01 10:45:50 -04:00
98a7ab9da3 Merge branch 'micro' 2012-11-01 08:18:13 -04:00
d6e9e03d13 Changed Leonardo only examples to "USB", added 2012-10-31 16:08:20 -04:00
ac1c8f921b Adding Micro. 2012-10-27 14:12:26 -04:00
9fd14df549 Added Starter Kit examples 2012-10-12 13:23:48 -04:00
b7fc69aa9f Only exclude build/windows and build/macosx, not the app/ ones.
http://code.google.com/p/arduino/issues/detail?id=1011
2012-08-23 11:16:26 -04:00
36b5d52d4a Corrected link address in Midi example 2012-08-13 15:21:28 -04:00
409da1d9c7 Adding NSHighResolutionCapable to Mac Info.plist file.
Apparently this makes things look or work better on the new MacBook Pro w/ Retina display.

http://code.google.com/p/arduino/issues/detail?id=982
2012-08-07 16:46:57 -04:00
9d21154ea2 Including String and Stream methods in local reference.
http://code.google.com/p/arduino/issues/detail?id=932
2012-07-15 09:34:59 -04:00
4b25cc2097 Removing local xcode files. 2012-06-14 15:58:30 +01:00
f833374312 Adding write(str) and write(buf, size) for USB CDC.
So that they work on the Leonardo.

http://code.google.com/p/arduino/issues/detail?id=958
2012-06-14 15:54:13 +01:00
57ed5ba6f2 Reconciled comment versions on TonePitchFollower example 2012-06-12 10:23:19 -04:00
4b7bc3b584 Made changes to TonePitchFollower example for clarity, suggestions by user Michael Flynn 2012-05-31 18:24:38 -04:00
6e8e13d7b3 Adding a couple of release notes for the Leonardo. 2012-05-21 10:32:11 -07:00
d5b6d22b6a Updating reference for Leonardo and 1.0.1. 2012-05-21 10:29:41 -07:00
4cb4c0965b Including Mouse and Keyboard in offline reference download. 2012-05-21 10:29:17 -07:00
2cbde219c1 Merge remote-tracking branch 'upstream/master' 2012-05-21 09:31:54 -07:00
8617afdaa9 Merge branch 'master' of github.com:arduino/Arduino 2012-05-21 09:22:59 -07:00