You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isConfigured() is misleading in the sense that it will return true BEFORE calling Configure(), because it just tracks if the registers are set (so that we can make sure at Configure() time, the registers are valid)
The text was updated successfully, but these errors were encountered:
Similarly, Configure() is actually more a CheckConfiguration(). All examples I've seen so far looked at the values of registers and returned false if they're e.g. out of bounds.
isConfigured() is misleading in the sense that it will return true BEFORE calling Configure(), because it just tracks if the registers are set (so that we can make sure at Configure() time, the registers are valid)
The text was updated successfully, but these errors were encountered: