File tree 2 files changed +5
-2
lines changed
examples/09.USB/Keyboard/KeyboardLogout
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ void loop() {
65
65
Keyboard.press (KEY_DELETE);
66
66
delay (100 );
67
67
Keyboard.releaseAll ();
68
- // ALT-s :
68
+ // ALT-l :
69
69
delay (2000 );
70
70
Keyboard.press (KEY_LEFT_ALT);
71
71
Keyboard.press (' l' );
Original file line number Diff line number Diff line change 1
- ARDUINO 1.5.8 BETA - not yet released
1
+ ARDUINO 1.5.8 BETA - 2014.10.01
2
2
3
3
[ide]
4
4
* Find/Replace over multiple tabs (Erwin Ried, Fulvio Ieva)
5
5
* Fix wrong "Replace" behavior with empty "Find" field (Fulvio Ieva)
6
6
* A lot of command-line improvements (Matthijs Kooijman)
7
+ * Cursor is not moved when invoking autoformat
7
8
8
9
[libraries]
9
10
* SPI: added transaction API (Paul Stoffregen)
10
11
https://github.com/arduino/Arduino/pull/2223
11
12
https://groups.google.com/a/arduino.cc/forum/#!msg/developers/TuZLfjeZjDI/6deNjw3Y9m4J
12
13
* FileIO bridge: fixed wrong return value in File::size() for size >32768
13
14
* Updated Temboo to latest version
15
+ * Updates/Fix to various examples
14
16
15
17
[core]
16
18
* sam: "new" and "delete" do not bring in 50Kb of stdclib anymore
17
19
* Correct implementation of gcc specific internal functions (__cxa_guard_*) (Alexey Guseynov)
18
20
* Fix for upload problems on Leonardo (and derivative boards based on mega32u4)
19
21
* Small improvements on String class (Matthijs Kooijman)
20
22
* Fixed size of available flash for mega2560 boards (Leonardo Milani, Arnav Gupta)
23
+ * sam: removed useless empty digitalPinToTimer(..) macro stub (Bill Perry)
21
24
22
25
The following changes are included also in the Arduino IDE 1.0.6:
23
26
You can’t perform that action at this time.
0 commit comments