Replies: 1 comment
-
I think we need to wait and see how the X3 MIC works. So we might need to perform two serial number checks. Potentially holding register 0x0 to 0x2ff is reserved and then the serial number is at 0x300 - 0x306 So I don't know yet if the X3 MIC is the same, or if it uses conventional Hybrid style registers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is just an idea, not sure whether it is feasisble or not. I launch this topic just to get feedback.
As more and more models are added, the sequential reading of registers becomes messy with a lot of if statements.
Maybe we can find a way to determine the sequence automatically. This would involve following changes:
In short, the if statements in _ _ init _ _.py would disappear, and the sequence would not matter anymore.
I am willing to try to make this change, but there is one disadvantage:
Please shoot ...
Beta Was this translation helpful? Give feedback.
All reactions