jscrane / UK101

Compukit UK101 hardware emulator on Stellarpad, ESP8266 and ESP32
GNU General Public License v2.0
7 stars 4 forks source link

Serial I/O #4

Closed jscrane closed 5 years ago

jscrane commented 5 years ago

On ESP32, input is done from the FS while output is currently sent to the PWM device.

It would be good to allow saving to the FS and input from an ADC, under function-key control.

Also allow setting baud rate for analog I/O with a function key.

jscrane commented 5 years ago

As a follow-up to this, why not provide an option for I/O to the arduino serial port?