Skip to content

Commit e0be54a

Browse files
committed
Add initial comment
1 parent 5b70cde commit e0be54a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/gravity/main.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
import board
26
import busio
37
import math

0 commit comments

Comments
 (0)