mirror of https://github.com/periph/devices
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
632 B
632 B
| name | about |
|---|---|
| Bug report | Signal a problem with a device driver. |
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- Run program
package main
import (
"periph.io/x/host/v3"
)
func main() {
host.Init()
}
- Run it.
- See error
Expected behavior A clear and concise description of what you expected to happen.
Platform (please complete the following information):
- OS: [e.g. Raspbian Buster Lite]
- Board [e.g. Raspberry Pi 4]
- Device [e.g. cap1114]
Additional context Add any other context about the problem here.