MetaWear-SDK-Python
MetaWear-SDK-Python copied to clipboard
State in docs not defined
In docs/source/metawearboard.rst you mention State, but this object was never defined:
Connection State
Get the state of the SDK connection.
d = MetaWear(address)
d.connect()
print((State(d)))
Where is State defined?
Were you able to find the issue?