We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make simpletest even more simple. The int pin is not really needed for basic accelo readings.
The text was updated successfully, but these errors were encountered:
thats fine, its needed for the tap examples
Sorry, something went wrong.
yep. totes. and looks like there's a good one for that.
this would be specific to just the lis3dh_simpletest.py example. something super simple.
lis3dh_simpletest.py
Adafruit CircuitPython 5.3.1 on 2020-07-13; Adafruit ItsyBitsy M4 Express with samd51g19 >>> import board >>> import adafruit_lis3dh >>> lis = adafruit_lis3dh.LIS3DH_I2C(board.I2C()) >>> lis.acceleration acceleration(x=0.325669, y=0.354405, z=9.93291) >>>
i'll pr something....
Fixed with #65
No branches or pull requests
Make simpletest even more simple. The int pin is not really needed for basic accelo readings.
The text was updated successfully, but these errors were encountered: