TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
BSD 3-Clause "New" or "Revised" License
622
stars
196
forks
source link
removed what seems like an accidental home directory replace in go.mod #700
Closed
gherlein closed 3 months ago
in go.mod was this line that I propose removing:
replace tinygo.org/x/drivers/mcp9808 => /home/kasterby/Documents/drivers/mcp9808
Looks like an accidental commit of a development local "replace" - probably should not be in the mainline.