Skip to content

Instantly share code, notes, and snippets.

@FoamyGuy
Last active March 17, 2020 04:03
Show Gist options
  • Save FoamyGuy/4c9703a3abd49d26060167f69d0e45bd to your computer and use it in GitHub Desktop.
Save FoamyGuy/4c9703a3abd49d26060167f69d0e45bd to your computer and use it in GitHub Desktop.

ones I merged:

Skipped these:

  • adafruit/Adafruit_CircuitPython_RSA#10

    • figured it should wait for brentru to test as comment notes
    • I'm not familair with syntax like from something import (things, in, parenthesis) like line 27 in adafruit_rsa/__init__.py
    • Not sure if it's safe to remove lines 44 and 45 in adafruit_rsa/_compat.py
  • adafruit/Adafruit_CircuitPython_Motor#39

    • examples/motor_pca9685_stepper_motor.py - lines 28 and 29. These parameters were on different lines in order to align with the comments.
    • Looked good otherwise
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment