File tree Expand file tree Collapse file tree 2 files changed +54
-54
lines changed Expand file tree Collapse file tree 2 files changed +54
-54
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Bug report
2
+ description : Report a bug in CircuitPython
3
+ labels :
4
+ - bug
5
+ body :
6
+ - type : markdown
7
+ attributes :
8
+ value : >-
9
+ ## Bug Report
10
+ Thanks! for testing out CircuitPython. Now that you have got a
11
+ problem... you can file a bug report for it.
12
+ - type : input
13
+ id : firmware
14
+ attributes :
15
+ label : CircuitPython version
16
+ description : >-
17
+ Include the version of CircuitPython you're running. You can see it in
18
+ the `boot_out.txt` file, as well as in the REPL.
19
+ placeholder : >-
20
+ Adafruit CircuitPython 6.2.0-beta.2 on 2021-03-01; Raspberry Pi Pico
21
+ with rp2040
22
+ - type : textarea
23
+ id : code
24
+ attributes :
25
+ label : Code/REPL
26
+ placeholder : >-
27
+ import busio, bitbangio
28
+ i2c = bitbangio.I2C(board.GP1, board.GP0)
29
+ render : python
30
+ - type : textarea
31
+ id : behavior
32
+ attributes :
33
+ label : Behavior
34
+ description : What happens when you run the code above? Include any error messages.
35
+ placeholder : >-
36
+ Traceback (most recent call last):
37
+ File "<stdin>", line 1, in <module>
38
+ TimeoutError: Clock stretch too long
39
+ - type : textarea
40
+ id : description
41
+ attributes :
42
+ label : Description
43
+ description : Optionally, describe the bug in more detail.
44
+ placeholder : >-
45
+ - Error while using i2c...
46
+ - Only happens when...
47
+ - might be related to #4291...
48
+ - type : textarea
49
+ id : more-info
50
+ attributes :
51
+ label : Additional information
52
+ description : >-
53
+ Optionally, add any other information like hardware connection, scope
54
+ output etc. If you have already done some debugging, mention it here.
You can’t perform that action at this time.
0 commit comments