Skip to content

Instantly share code, notes, and snippets.

@ugeugeHigh
Last active February 13, 2022 03:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ugeugeHigh/a5a9af6493bd365ab93708d8d79a65bf to your computer and use it in GitHub Desktop.
Save ugeugeHigh/a5a9af6493bd365ab93708d8d79a65bf to your computer and use it in GitHub Desktop.
import segment
import time
j = 0
while True:
print(j)
segment.A(j)
time.sleep(1)
segment.Aoff()
time.sleep(1)
j += 1
if j > 9:
j = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment