We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3291406 commit 30a932bCopy full SHA for 30a932b
README.md
@@ -2,4 +2,13 @@
2
3
This wraps @ThadHouse's [picocolorsensor][] C++ WPILib side for Python.
4
5
+Available [on PyPI][] for desktop simulation.
6
+
7
+Download for the roboRIO:
8
9
+```sh
10
+robotpy-installer download -- --extra-index-url https://m.devpi.net/auscompgeek/rio-2023/+simple picocolorsensor
11
+```
12
13
[picocolorsensor]: https://github.com/ThadHouse/picocolorsensor
14
+[on PyPI]: https://pypi.org/project/picocolorsensor/
0 commit comments