1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-28 09:24:14 +01:00
Go to file
Jordy 88b462ea49 Replace hardcoded pin numbers with variables
Replace pin numbers "A0" and "A1" with variables "xAxis" and "yAxis".

Variables "xAxis" and "yAxis" were created, but never used. I changed the hardcoded pin numbers to these variables to avoid confusion and to make the code more consistent.
2020-04-07 14:09:07 +02:00
.github/workflows Run github actions on pull request 2020-02-06 16:04:39 +01:00
.settings Update eclipse java-formatter settings 2015-03-27 14:51:11 +01:00
app Initial implementation of bookmarks 2020-04-07 14:09:07 +02:00
arduino-core Deactivate non pluggable discoverers 2020-04-07 14:09:07 +02:00
build Replace hardcoded pin numbers with variables 2020-04-07 14:09:07 +02:00
hardware Updated package_index_bundled 2019-12-09 13:03:58 +01:00
libraries Delete builtin libraries sources 2018-08-22 17:26:23 +02:00
.classpath eclipse: fix full ide project 2020-04-07 14:09:06 +02:00
.gitignore Amended .gitignore to ignore liblistSerials dev dependency. 2016-12-29 15:59:01 +01:00
.project Fix eclipse project files 2012-01-11 14:18:48 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2019-08-02 11:53:03 +02:00
ISSUE_TEMPLATE.md Update issue template to reflect change in GitHub's new issue page 2019-06-06 00:05:17 -07:00
lib_sync Added lib_sync, utility script 2015-04-23 17:46:20 +02:00
license.txt adding LGPL (a bit late, whoops). 2007-10-12 01:58:48 +00:00
PULL_REQUEST_TEMPLATE.md Rename PULL_REQUEST_TEMPLATE_md to PULL_REQUEST_TEMPLATE.md 2019-07-18 12:13:59 +02:00
README.md Updated links to use https when possible. 2019-10-29 10:20:45 +01:00

Arduino is an open-source physical computing platform based on a simple I/O board and a development environment that implements the Processing/Wiring language. Arduino can be used to develop stand-alone interactive objects or can be connected to software on your computer (e.g. Flash, Processing and MaxMSP). The boards can be assembled by hand or purchased preassembled; the open-source IDE can be downloaded for free at https://arduino.cc

More info at

Bug reports and technical discussions

  • To report a bug in the software or to request a simple enhancement go to Github Issues

  • More complex requests and technical discussion should go on the Arduino Developers mailing list

  • If you're interested in modifying or extending the Arduino software, we strongly suggest discussing your ideas on the Developers mailing list before starting to work on them. That way you can coordinate with the Arduino Team and others, giving your work a higher chance of being integrated into the official release

Installation

Detailed instructions for installation in popular operating systems can be found at:

Credits

Arduino is an open source project, supported by many.

The Arduino team is composed of Massimo Banzi, David Cuartielles, Tom Igoe and David A. Mellis.

Arduino uses GNU avr-gcc toolchain, GCC ARM Embedded toolchain, avr-libc, avrdude, bossac, openOCD and code from Processing and Wiring.

Icon and about image designed by ToDo