adafruit / CircuitPython_NAU7802

A CircuitPython driver class for the NAU7802 24-bit ADC
Other
10 stars 5 forks source link

Revamp API #14

Open dhalbert opened 11 months ago

dhalbert commented 11 months ago

Instead of passing integers, which are then looked up as constants with a particular name, it would be better to pass in the actual constants, and type-check them as necessary.