Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6f49117

Browse files
committedFeb 2, 2024
examples revamp
1 parent 1d04c99 commit 6f49117

File tree

2 files changed

+0
-29
lines changed

2 files changed

+0
-29
lines changed
 

‎examples/leds_setting.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77

88
while True:
99
try:
10-
alvik._set_leds(0xff)
11-
sleep_ms(1000)
12-
alvik._set_leds(0x00)
13-
sleep_ms(1000)
1410
alvik.set_builtin_led(1)
1511
sleep_ms(1000)
1612
alvik.set_illuminator(1)

‎examples/move_example.py

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.