File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 16
16
17
17
**Hardware:**
18
18
19
- * `Adafruit AS7341 Breakout <https://www.adafruit.com/product/4698>`_
19
+ * `Adafruit AS7341 Breakout
20
+ <https://www.adafruit.com/product/4698>`_ (Product ID: 4698)
20
21
21
22
**Software and Dependencies:**
22
23
23
24
* Adafruit CircuitPython firmware for the supported boards:
24
- https://github.com/adafruit/circuitpython/releases
25
+ https://circuitpython.org/downloads
25
26
26
- * Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
27
- * Adafruit's Register library: https://github.com/adafruit/Adafruit_CircuitPython_Register
27
+ * Adafruit's Bus Device library:
28
+ https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
29
+
30
+ * Adafruit's Register library:
31
+ https://github.com/adafruit/Adafruit_CircuitPython_Register
28
32
29
33
"""
30
34
Original file line number Diff line number Diff line change 5
5
import board
6
6
import adafruit_as7341
7
7
8
- i2c = board .I2C ()
8
+ i2c = board .I2C () # uses board.SCL and board.SDA
9
9
sensor = adafruit_as7341 .AS7341 (i2c )
10
10
11
11
print ("out of init!" )
You can’t perform that action at this time.
0 commit comments