Skip to content

Commit 95d42a7

Browse files
committed
Updates READE, adds build to yaml
1 parent 68fd0af commit 95d42a7

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.readthedocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
build:
2+
os: "ubuntu-22.04"
3+
tools:
4+
python "3.11"
5+
16
python:
27
version: 3
38
install:

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,23 @@ Qwiic_OPT4048_Py
2323
<img src="" align="right" width=300 alt="SparkFun Qwiic Tristimulus Color Sensor OPT4048">
2424

2525

26-
Python module for the [SparkFun OPT4048 Tristiumulus Color Sensor](https://www.sparkfun.com/products/22638) and [SparkFun _Mini_ OPT4048 Tristiumulus Color Sensor](https://www.sparkfun.com/products/22639)
26+
Python module for the [SparkFun OPT4048 Tristiumulus Color Sensor](https://www.sparkfun.com/products/22638) and the [SparkFun _Mini_ OPT4048 Tristiumulus Color Sensor](https://www.sparkfun.com/products/22639)
27+
<table class="table table-hover table-striped table-bordered">
28+
<tr>
29+
<th class="text-center">
30+
</th>
31+
<th class="text-center">
32+
</th>
33+
</tr>
34+
<tr align="center">
35+
<td><a href="https://www.sparkfun.com/products/22638"><img src="https://cdn.sparkfun.com/assets/parts/2/2/7/9/8/22638-_SEN_SparkFun_Tristimulus_Color_Sensor-_01.jpg" alt=""></a></td>
36+
<td><a href="https://www.sparkfun.com/products/22639"><img src="https://cdn.sparkfun.com/assets/parts/2/2/7/9/9/22639-_SEN_SparkFun_Mini_Tristimulus_Color_Sensor-_01.jpg" alt=""></a></td>
37+
</tr>
38+
<tr align="center">
39+
<td><a href="https://www.sparkfun.com/products/22638">SparkFun Tristimulus Color Sensor - OPT4048DTSR (Qwiic)</a></td>
40+
<td><a href="https://www.sparkfun.com/products/22639">SparkFun Mini Tristimulus Color Sensor - OPT4048DTSR (Qwiic)</a></td>
41+
</tr>
42+
</table>
2743

2844
This python package is a port of the existing [SparkFun OPT4048 Arduino Library](https://github.com/sparkfun/SparkFun_Qwiic_Buzzer_Arduino_Library)
2945

0 commit comments

Comments
 (0)