4cf5f4e246
Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader
2012-04-06 07:00:13 -04:00
383ac95f3e
Corretions and refinements to the String examples
2012-04-06 12:59:54 +02:00
47c46c4f25
Fix for CLOSE_WAIT Bug
...
Fir for an EthernetClient bug, as per the following thread http://forum.freetronics.com/viewtopic.php?t=176
Kudos to mr-russ for finding a fix.
2012-04-05 22:13:49 +02:00
ad1d5ca89d
modified Preferences.java to include one of the strings into the translation files
2012-04-04 18:24:43 +02:00
ade4893f58
added a short delay and comment to boolean operator in CDC
...
Delay fixes problem where the port has been configured but not quite opened. Federico found that 10 ms was the minimum time needed to avoid problems.
2012-04-03 10:52:38 -04:00
f66b83dd35
Revert "close SerialMonitor when port goes away suddenly (as when user presses Leonardo reset button)"
...
This reverts commit e9a00eb38f
.
2012-04-03 09:20:47 -04:00
202bb102a0
Updated all serial in setup examples with a note about the serial check
2012-04-02 11:11:46 -04:00
5e9c956338
Added Serial open check for Leonardo to ScanNetworks example
2012-04-02 09:45:39 -04:00
a631e4f834
Added Serial port check to all examples using Serial statements in the setup
2012-04-02 09:07:58 -04:00
e9a00eb38f
close SerialMonitor when port goes away suddenly (as when user presses Leonardo reset button)
2012-04-01 14:39:52 -04:00
ae5d5c0c00
modified StringSubstring example to add gating on port readiness
2012-04-01 12:59:00 -04:00
b685aef6ec
added Boolean operators to HardwareSerial and CDC to test whether the port is ready to send data.
...
Mostly useful for Leonardo - simple way to test whether the port is actually opened by an application and ready to receive data. For Serial objects attached to real UARTs always returns true.
2012-04-01 12:54:35 -04:00
232c7808be
Custom error messages for use of Mouse and Keyboard on non-Leonardo boards.
2012-03-31 14:50:56 -04:00
8e176b0084
selectively suppress unwanted avrdude output for Leonardo when not verbose uploading is disabled
2012-03-30 22:24:40 -04:00
e90cb3650d
tweaked verbosity level for avrdude on Leonardo uploads
2012-03-29 22:31:01 -04:00
a39aba5eff
Merge branch 'master' of github.com:arduino/32U4 into LUFA_bootloader
2012-03-29 20:02:21 -04:00
61c5176681
only print Leonardo upload port hunting status if verbose uploading is selected. also cleaned up other verbose message handling for Leonardo upload progress.
2012-03-29 20:01:45 -04:00
76e551592a
Deleted duplicate example
2012-03-29 15:20:53 -04:00
7c1b60191b
Updated comments in keyboard reprogram
2012-03-29 12:04:22 -04:00
5627f14518
Fixed typo in the KeyboardReprogram example
2012-03-29 07:25:22 -04:00
97d9ce93ca
fixed logic error in Keyboard.release() - now removes every occurrence of a key if it's present more than once
2012-03-28 19:46:32 -04:00
b86ec2723a
removed horrible multi-key Keyboard.press() and Keyboard.release() methods
...
Saves 924 bytes of Flash
2012-03-28 18:46:10 -04:00
3d15f3781a
eliminated Keyboard.type() - unnecessary duplication of Keyboard.write() (David Mellis). Also edit KeyboardReprogram example which was the only example using type()
2012-03-28 18:35:26 -04:00
57b3395691
Moved begin() in JoystickMouseControl example.
2012-03-28 14:40:44 -04:00
f4746a6b25
Added delay to KeyboardReprogram to make backspace more obvious
2012-03-28 12:24:17 -04:00
5fef2eee1c
Added new Keyboard and mouse combined control
2012-03-27 15:01:07 -04:00
772f4ffa5f
Updated USB examples to include Keyboard and mouse Begin.
2012-03-27 15:00:24 -04:00
259a2f18b3
added methods to Keyboard to handle multiple simultaneous key presses or releases (up to six each)
2012-03-26 17:28:02 -04:00
63fdb8ef7a
Keyboard.type() now just presses and releases the key indicated - doesn't releaseAll()
2012-03-26 17:00:16 -04:00
2e140e4950
added stub methods for begin() and end() to Mouse and Keyboard
2012-03-26 16:02:40 -04:00
a0f1f1a930
Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader
2012-03-24 09:30:17 -04:00
236a518baa
Added verbose debug command
2012-03-24 09:10:02 +01:00
28da3b1d38
Added verbose debug command
2012-03-24 09:10:02 +01:00
19f513b943
Updating comments in SoftwareSerial example.
2012-03-20 16:24:48 -04:00
87eaf2d0c5
Updated comments in softwareSerial example
2012-03-20 14:48:24 -04:00
da09e0c867
Updated Ethernet WebServer example to give more diagnostic info
2012-03-20 10:37:15 -04:00
bcfde7af9a
Updated WifiWebServer to give more diagnostic info
2012-03-20 10:36:33 -04:00
22504d0c8c
Fixed issue on connected() function
2012-03-20 09:46:17 +01:00
a46facad70
Updated notes in digitalInputPullup
2012-03-19 19:45:11 -04:00
f5093b064a
Renumbered examples
2012-03-19 19:44:06 -04:00
a165d87aa9
Changed text of KeyboardMessage to make it easier for international keyboards.
2012-03-19 12:02:48 -04:00
c9ded42197
Updated PachubeClientString and PachubeClient examples for Ethernet
2012-03-16 10:48:18 -04:00
533edc6387
Updated WifiPachubeClientString to use DNS
2012-03-16 10:38:20 -04:00
13e0b9335c
Putting ArduinoISP back to 19200 baud.
...
From 9600. And lowering the delay in the heartbeat from 40 to 20,
which seems to fix things again.
2012-03-15 19:02:08 -04:00
51d7a56ae2
Updated twitter client
2012-03-15 13:52:17 -04:00
5dba3bad20
Simplified mouse examples
2012-03-15 13:01:34 -04:00
01a0e7e3de
Added option for DNS in all HTTP client examples
2012-03-15 09:22:30 -04:00
1b58e45f74
Added LED to InputPullup example
2012-03-14 23:11:35 -04:00
81b6ca2d61
Added URL for new example
2012-03-14 21:11:00 -04:00
b2fe779ec0
Added DigitalInputPullup example by Scott Fitzgerald
2012-03-14 21:03:22 -04:00