adafruit / Adafruit_CircuitPython_APDS9960

Adafruit Bundle driver for APSD9960 Gesture breakout board
MIT License
10 stars 17 forks source link

Mock micropython ourselves so const passes values through unchanged. #8

Closed tannewt closed 6 years ago

tannewt commented 6 years ago

The automock wraps everything in a MockObject.

tannewt commented 6 years ago

@kattni I'm merging but feel free to comment after the fact.

kattni commented 6 years ago

Looks good!