Adafruit_CircuitPython_AS726x/examples
Scott Shawcroft cc46b28dba Polish up the driver:
* Add _ prefix to constants so they are compiled in by mpy-cross.
* Make violet and similar the calibrated value. Raw values are raw_*
* Replace while 1s with while Trues.
* Change numeric properties to tuple of valid values so values are simple
  data types (int and float) rather than ENUMs.
* Add mode documentation so the datasheet isn't needed to understand them.
2018-03-27 12:52:03 -07:00
..
as726x_simpletest.py Polish up the driver: 2018-03-27 12:52:03 -07:00