We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b70cde commit e0be54aCopy full SHA for e0be54a
examples/gravity/main.py
@@ -1,3 +1,7 @@
1
+# Ported from the C code by Phillip Burgess
2
+# as used in https://learn.adafruit.com/animated-led-sand
3
+# Explainatory comments are used verbatim from that code.
4
+
5
import board
6
import busio
7
import math
0 commit comments