File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ _build/
11
11
.DS_Store
12
12
.env
13
13
bundles
14
+ .idea /
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ Introduction
16
16
17
17
This high level library provides objects that represent Circuit Playground Express and Bluefruit hardware.
18
18
19
- .. image :: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/master /docs/_static/circuit_playground_express_small.jpg
19
+ .. image :: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/main /docs/_static/circuit_playground_express_small.jpg
20
20
:target: https://adafruit.com/product/3333
21
21
:alt: Circuit Playground Express
22
22
23
- .. image :: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/master /docs/_static/circuit_playground_bluefruit_small.jpg
23
+ .. image :: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/main /docs/_static/circuit_playground_bluefruit_small.jpg
24
24
:target: https://adafruit.com/product/4333
25
25
:alt: Circuit Playground Bluefruit
26
26
@@ -68,7 +68,7 @@ Contributing
68
68
============
69
69
70
70
Contributions are welcome! Please read our `Code of Conduct
71
- <https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/blob/master /CODE_OF_CONDUCT.md> `_
71
+ <https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/blob/main /CODE_OF_CONDUCT.md> `_
72
72
before contributing to help this project stay welcoming.
73
73
74
74
Documentation
Original file line number Diff line number Diff line change 3
3
4
4
"""THIS EXAMPLE REQUIRES A WAV FILE FROM THE examples FOLDER IN THE
5
5
Adafruit_CircuitPython_CircuitPlayground REPO found at:
6
- https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/tree/master /examples
6
+ https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/tree/main /examples
7
7
8
8
Copy the "dip.wav" file to your CIRCUITPY drive.
9
9
Original file line number Diff line number Diff line change 3
3
4
4
"""THIS EXAMPLE REQUIRES A WAV FILE FROM THE examples FOLDER IN THE
5
5
Adafruit_CircuitPython_CircuitPlayground REPO found at:
6
- https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/tree/master /examples
6
+ https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/tree/main /examples
7
7
8
8
Copy the "dip.wav" and "rise.wav" files to your CIRCUITPY drive.
9
9
You can’t perform that action at this time.
0 commit comments