Questo sito non è ne attivo ne aggiornato, specialmente la pagina del download รจ ferma a 5 vesioni fa , utilizzate il sito in inglese finchè questo sito non sarà annunciato ufficialmente
Learning Examples | Foundations | Hacking | Links
Foundations
This page contains explanations of some of the elements of the Arduino hardware and software and the concepts behind them. Page Discussion
Basics
- Sketch: The various components of a sketch and how they work.
Microcontrollers
- Digital Pins: How the pins work and what it means for them to be configured as inputs or outputs.
- Analog Input Pins: Details about the analog-to-digital conversion and other uses of the pins.
- PWM: How the analogWrite() function simulates an analog output using pulse-width modulation.
- Memory: The various types of memory available on the Arduino board.
Arduino Firmware
- Bootloader: A small program pre-loaded on the Arduino board to allow uploading sketches.
Programming Technique