first commit

This commit is contained in:
pandacraft 2025-03-21 16:04:17 +01:00
commit a5a0434432
1126 changed files with 439481 additions and 0 deletions

View file

@ -0,0 +1,16 @@
The GrovePi should no longer be installed with PIP. Instead, go with the following command:
.. code:: bash
curl -kL dexterindustries.com/update_grovepi | bash
Or if you need to customize your installation, to be better suited for your requirements, check this GitHub `README <https://github.com/DexterInd/GrovePi/tree/master/Script>`_ for more information.
---
This is the python library for GrovePi+, which is an open source platform for connecting `Grove Sensors <https://www.dexterindustries.com/GrovePi/supported-sensors/>`_ to the Raspberry Pi.
Please visit:
* Our `github repo folder <https://github.com/DexterInd/GrovePi/tree/master/Software/Python>`_ for using one of our many example programs.
* Or our `official page <https://www.dexterindustries.com/grovepi/>`_ for more details about this platform.