1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-27 13:48:56 +08:00

i2c: mention that GrovePi requires running firmware 1.3.0

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans 2018-08-15 11:00:38 +02:00
parent 1e9ebd1cc6
commit d2cbfe6167

View File

@ -20,7 +20,12 @@ const (
CommandReadDHT = 40
)
// GrovePiDriver is a driver for the GrovePi for I²C bus interface.
// GrovePiDriver is a driver for the GrovePi+ for I²C bus interface.
// https://www.dexterindustries.com/grovepi/
//
// To use this driver with the GrovePi, it must be running the 1.3.0+ firmware.
// https://forum.dexterindustries.com/t/pre-release-of-grovepis-firmware-v1-3-0-open-to-testers/5119
//
type GrovePiDriver struct {
name string
digitalPins map[int]string