ryansuchocki / microscheme

A Scheme subset for Atmel microcontrollers.
http://ryansuchocki.github.io/microscheme/
MIT License
300 stars 20 forks source link

Analog pins #37

Closed glv2 closed 2 years ago

glv2 commented 3 years ago

Is there a way to read/write values from/to pins with ADC/PWM support on an ATmega328p chip (Arduino nano)?

glv2 commented 3 years ago

Implemented in PR #38.