
-----------------------------------
nobody
02 Apr 2019 18:15


-----------------------------------
Si documentatia oficiala:

Analog Input Pins
While the main function of the analog pins for most Arduino users is to read analog sensors, the analog pins also have all the functionality of general purpose input/output (GPIO) pins (the same as digital pins 0 - 13). 
analogWrite():
Writes an analog value (PWM wave) to a pin. On most Arduino boards (those with the ATmega168 or ATmega328P), this function works on 
https://www.arduino.cc/reference/en/language/functions/analog-io/analogwrite/

Asta este terminologia (cam nefericita) inventata de cei de la Arduino.
Atmel foloseste General Digital I/O + Alternate Port Functions (ADC input channel, Timer/Counter with PWM etc.).
