Update README.md

This commit is contained in:
Blackwhitebear8 2025-03-24 18:28:44 +01:00
parent e7baae5c10
commit 34bb399fc0

View file

@ -1,10 +1,14 @@
## **Modular Robotics (Dexter Industries) GrovePi EDIT** [![Generic badge](https://img.shields.io/badge/Docs-available-electric.svg)](https://dexterind.github.io/GrovePi) [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
## **Modular Robotics (Dexter Industries) GrovePi** [![Generic badge](https://img.shields.io/badge/Docs-available-electric.svg)](https://dexterind.github.io/GrovePi) [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
<!-- Remember to add https://mit-license.org/ of our own --> <!-- Remember to add https://mit-license.org/ of our own -->
![Picture](GrovePi_Plus_By_Dexter_Industries_For_the_Raspberry_Pi.JPG) ![Picture](GrovePi_Plus_By_Dexter_Industries_For_the_Raspberry_Pi.JPG)
Quick install script:
```bash
curl -kL https://git.pixelhosting.nl/Blackwhitebear8/grovepi/raw/branch/main/installer.sh | bash
```
The GrovePi is an open-source platform for connecting Grove Sensors to the Rasberry Pi. Create IoT (Internet of Things) devices and inventions without the need of soldering! The GrovePi is an open-source platform for connecting Grove Sensors to the Rasberry Pi. Create IoT (Internet of Things) devices and inventions without the need of soldering!
Its official API is written in Python, but it can also be interfaced with in other languages such as C, C#, Go and NodeJS. These other variations of the same library came from our contributors. Its official API is written in Python, but it can also be interfaced with in other languages such as C, C#, Go and NodeJS. These other variations of the same library came from our contributors.