wolbodge/devices/raspi-gpio.go
2025-03-22 13:19:55 +01:00

5 lines
60 B
Go

package devices
func NewRaspiGPIO() Device {
return nil
}