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
Please implement the SeeSaw status registers in CircuitPython.
seesaw/include/RegisterMap.h
//* ============== STATUS =================== *// #define SEESAW_STATUS_BASE 0x00 #define SEESAW_STATUS_HW_ID 0x01 #define SEESAW_STATUS_HW_ID_CODE 0x55 #define SEESAW_STATUS_VERSION 0x02 #define SEESAW_STATUS_OPTIONS 0x03 #define SEESAW_STATUS_TEMP 0x04 #define SEESAW_STATUS_SWRST 0x7F
The device should send back 0x55 as the Hardware Code.
Implementation details can be found here: https://github.com/adafruit/seesaw/blob/master/source/Delegate.cpp#L171
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please implement the SeeSaw status registers in CircuitPython.
seesaw/include/RegisterMap.h
The device should send back 0x55 as the Hardware Code.
Implementation details can be found here:
https://github.com/adafruit/seesaw/blob/master/source/Delegate.cpp#L171
The text was updated successfully, but these errors were encountered: