Grove2GroveUnit
UNIT-GROVE2GROVE is a Grove expansion Unit with On/Off Control + Current Meter functions. On/Off control adopts switch value, Current meter is 0 - 3.3V analog signal.
Support the following products:
Micropython Example:
import os, sys, io
import M5
from M5 import *
import time
from unit import Grove2GroveUnit
grove2grove = Grove2GroveUnit((33,32)) # for core2
grove2grove.on()
