CobraV2/serial_read/go.mod
foglar b7c477b37e Documentation created
- Serial reader read data, and outputs them
- Sender send temperature
- Receiver transmits data via serial
2024-01-28 11:44:55 +01:00

8 lines
150 B
Modula-2

module foglar/serial_read
go 1.21.6
require github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
require golang.org/x/sys v0.16.0 // indirect