Apple2-IO-RPi/RaspberryPi/apple2driver/go.mod
Oliver Schmidt 4c2e938474 Added another comminucation interface implementation.
Use ACM CDC (or another proprietary) USB serial device for communication.

Currently VID / PID of a Raspberry Pi Pico SDK CDC UART are hardcoded - see https://github.com/raspberrypi/usb-pid
2024-02-04 21:45:24 -05:00

11 lines
231 B
Modula-2

module github.com/tjboldt/Apple2-IO-RPi/RaspberryPi/apple2driver
go 1.16
require (
github.com/creack/pty v1.1.18
github.com/stianeikeland/go-rpio/v4 v4.6.0
github.com/tjboldt/ProDOS-Utilities v0.3.0
go.bug.st/serial v1.3.5
)