host icon indicating copy to clipboard operation
host copied to clipboard

Go·Hardware·Lean - Host drivers

Results 42 host issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Scanf fails after host.Init() called. **To Reproduce** Steps to reproduce the behavior: 1. Run program ```go package main import ( "fmt" "time" "periph.io/x/host/v3" ) func main() {...

**Describe the bug** According to the documentation for [spi.Port.Connect()](https://github.com/periph/conn/blob/main/spi/spi.go#L152), `0` is a valid value to use for specifying SPI speed: > ...Use 0 for f if there is no known...