Difference between revisions of "Arduino"
Jump to navigation
Jump to search
(Created page with "{{#set: |Is software=True |Has name={{PAGENAME}} |Has icon=File:arduino_logo.jpg |Has icondesc=Arduino Icon |Has image=File:arduino_image.jpg |Has description=Arduino is...") |
|||
Line 2: | Line 2: | ||
|Is software=True | |Is software=True | ||
|Has name={{PAGENAME}} | |Has name={{PAGENAME}} | ||
− | |Has icon=File:arduino_logo. | + | |Has icon=File:arduino_logo.png |
|Has icondesc=Arduino Icon | |Has icondesc=Arduino Icon | ||
|Has image=File:arduino_image.jpg | |Has image=File:arduino_image.jpg |
Revision as of 19:24, 27 February 2022
Web Page | Description | Version | |
---|---|---|---|
Arduino | Arduino is an open-source electronics platform based on easy-to-use hardware and software. | 1.8.13 |
Arduino is an open-source electronics platform based on easy-to-use hardware and software. Arduino boards are able to read inputs - light on a sensor, a finger on a button, or a Twitter message - and turn it into an output - activating a motor, turning on an LED, publishing something online. You can tell your board what to do by sending a set of instructions to the microcontroller on the board. To do so you use the Arduino programming language (based on Wiring), and the Arduino Software (IDE), based on Processing.
Installation
Go to the Arduino Software Page and follow the install directions given there.