File tree Expand file tree Collapse file tree 3 files changed +58
-0
lines changed Expand file tree Collapse file tree 3 files changed +58
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a report to help us improve
4
+ title : ' '
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ Thanks! for testing out CircuitPython. Now that you have got a problem... you can
11
+ file a bug report for it. Feel free to modify the below format to better suit your issue.
12
+ Also, don't forget to remove me... :)
13
+
14
+ ** Firmware**
15
+
16
+ ``` python
17
+ Adafruit CircuitPython 6.2 .0- beta.2 on 2021 - 03 - 01 ; Raspberry Pi Pico with rp2040
18
+ ```
19
+ ** Code/REPL**
20
+
21
+ ``` python
22
+ import busio, bitbangio
23
+ i2c = bitbangio.I2C(board.GP1 , board.GP0 )
24
+ ```
25
+ ** Behavior**
26
+
27
+ ``` python
28
+ Traceback (most recent call last):
29
+ File " <stdin>" , line 1 , in < module>
30
+ TimeoutError : Clock stretch too long
31
+ ```
32
+ ** Description** _ (optional)_
33
+
34
+ - Error while using i2c...
35
+ - Only happens when...
36
+ - might be related to #4291 ...
37
+
38
+ ** Additional Info** _ (optional)_
39
+
40
+ Any other information like hardware connection, scope output etc.
Original file line number Diff line number Diff line change
1
+ contact_links :
2
+ - name : Adafruit Forum
3
+ url : https://forums.adafruit.com/
4
+ about : Not sure if a bug is indeed a bug... post it here.
5
+ - name : Adafruit Discord
6
+ url : https://adafru.it/discord
7
+ about : Similar to the forum but more exposure and prompt replies.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest an idea for this project
4
+ title : ' '
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ We are always adding new features and enhancements to CircuitPython 🚀
11
+ and would love ❤ to see what new challenge you have got for us... 🙂
You can’t perform that action at this time.
0 commit comments