adafruit / Adafruit_CircuitPython_Typing

Definitions not in the standard `typing` module that are needed for type annotation of CircuitPython code.
MIT License
6 stars 9 forks source link

pil additions #33

Closed FoamyGuy closed 1 year ago

FoamyGuy commented 1 year ago

resolves: #32

These are needed for: #111

I was unsure of the type for resampling. From Docs it appears to take an enum from Resampling module. But unsure how we'd type that here.