File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,12 @@ ARDUINO 1.6.6
34
34
* Ethernet: Added missing keywords. Thanks @per1234
35
35
* Ethernet: Fixed DNSClient.inet_aton() function. Thanks @jhorck
36
36
* Ethernet: Expose optional DHCP timout parameters to Ethernet:begin(). Thanks @chaveiro
37
- * Wire: Implemented Wire.end() for AVR .
37
+ * Wire: Implemented Wire.end().
38
38
* Wire: Fixed bug with repeated START for AVR. Thanks Nate Williams
39
39
* Wire: Resolved timing issues on AVR. See #2173 #1477.
40
+ * Wire: Fixed bug in repeated start in slave mode on SAM. See #3908
40
41
* SD: Change "char *" to "const char *" on methods accepting a string as a parameter. Thanks @Ivan-Perez
42
+ * Scheduler: Added support for cortex-M0. Thanks @PeterVH
41
43
42
44
[core]
43
45
* Added new PluggableUSB and HID support. This change introduces a more powerful API for
You can’t perform that action at this time.
0 commit comments