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.
36 lines
632 B
Markdown
36 lines
632 B
Markdown
---
|
|
name: Bug report
|
|
about: 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:
|
|
1. Run program
|
|
```go
|
|
package main
|
|
|
|
import (
|
|
"periph.io/x/host/v3"
|
|
)
|
|
|
|
func main() {
|
|
host.Init()
|
|
}
|
|
```
|
|
2. Run it.
|
|
3. 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.
|