grovepi/Software/Go
2025-03-21 16:04:17 +01:00
..
grovepi first commit 2025-03-21 16:04:17 +01:00
grovepi_dht.go first commit 2025-03-21 16:04:17 +01:00
grovepi_led.go first commit 2025-03-21 16:04:17 +01:00
grovepi_test.go first commit 2025-03-21 16:04:17 +01:00
LICENSE first commit 2025-03-21 16:04:17 +01:00
README.md first commit 2025-03-21 16:04:17 +01:00

Go library for GrovePi

Introduction

You will need to install mrmorphic hwio library go get github.com/mrmorphic/hwio

Features

Allows Digital Write for switching Relais or a LED, and DHT Read allows to read e.g. Temperature: 25.000000 - Humidity: 95.000000

Testing

The Package contains now GO Testing Packages, they can be used to directly execute them on Raspberry Pi within Visual Studio Code.