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
This shows up in the docs, but the actual "constants" being defined don't. Am I correct in thinking this is basically a "fancy Enum" class? Any way to get the constants defined within to show up in docs https://circuitpython.readthedocs.io/projects/emc2101/en/latest/api.html#adafruit_emc2101.CV short of manually documenting them? Can we just remove this class from the public interface entirely? I don't imagine library users are meant to use it directly.
The text was updated successfully, but these errors were encountered:
Adafruit_CircuitPython_EMC2101/adafruit_emc2101.py
Line 206 in 3ae2a7c
This shows up in the docs, but the actual "constants" being defined don't. Am I correct in thinking this is basically a "fancy Enum" class? Any way to get the constants defined within to show up in docs https://circuitpython.readthedocs.io/projects/emc2101/en/latest/api.html#adafruit_emc2101.CV short of manually documenting them? Can we just remove this class from the public interface entirely? I don't imagine library users are meant to use it directly.
The text was updated successfully, but these errors were encountered: