adafruit / Adafruit_CircuitPython_MotorKit

CircuitPython helper library for the DC & Stepper Motor FeatherWing, Shield and Pi Hat kits.
MIT License
86 stars 31 forks source link

Comment that `atexit` is only available in CPython. #23

Closed tannewt closed 4 years ago

tannewt commented 4 years ago

It is in two examples but only one warns that it is only for SBCs. This one doesn't: https://github.com/adafruit/Adafruit_CircuitPython_MotorKit/blob/4c872920d877baedef6aa7aee7bc7d4cf7436a22/examples/motorkit_robot.py#L13

caternuson commented 4 years ago

Fixed with #24