You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 'master' of https://github.com/arduino/Arduino:
Corrected repeated 'less' in checkName's message
Removed unused code, fixed indentation.
Local (user installed) libraries have priority over system libraries
Update README.md
Added license for Client, IPAddressm and Server (master branch)
Added license for Arduino.h, binary.h and main.cpp (master branch)
Added some friendly messages for Arduino Robot include errors on old sketches
Revert "Changed pins definition in variants from constants to #defines."
Fixed issue arduino#1478, arduino#1599, arduino#1709, motors being opposite, updated turning algorithm
If 2 libs have same .h file, use the lib with same dir name
WiFi Shield examples: added the firmware version check
Updated Listfiles SD example
Rename README.mkdn to README.md
Update and rename readme.txt to README.mkdn
Update readme.txt
Minor changes to Communication Examples
Detailed instructions are in reference/Guide_Windows.html and
26
30
reference/Guide_MacOSX.html. For Linux, see the Arduino playground:
27
31
http://www.arduino.cc/playground/Learning/Linux
28
32
29
-
CREDITS
33
+
Credits
34
+
--------
30
35
Arduino is an open source project, supported by many.
31
36
32
37
The Arduino team is composed of Massimo Banzi, David Cuartielles, Tom Igoe,
33
38
Gianluca Martino, Daniela Antonietti, and David A. Mellis.
34
39
35
-
Arduino uses the GNU avr-gcc toolchain, avrdude, avr-libc, and code from
36
-
Processing and Wiring.
40
+
Arduino uses the [GNU avr-gcc toolchain](http://gcc.gnu.org/wiki/avr-gcc), [avrdude](http://www.nongnu.org/avrdude/), [avr-libc](http://www.nongnu.org/avr-libc/), and code from
41
+
[Processing](http://www.processing.org) and [Wiring](http://wiring.org.co).
37
42
38
43
Icon and about image designed by ToDo: http://www.todo.to.it/
0 commit comments