Add initial scripts for LED control and network scanning
This commit is contained in:
4
light_on.py
Normal file
4
light_on.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import machine
|
||||
led = machine.Pin("LED", machine.Pin.OUT)
|
||||
led.off()
|
||||
led.on()
|
||||
Reference in New Issue
Block a user