some teste
This commit is contained in:
8
FirstTest/workSpace/main.py
Normal file
8
FirstTest/workSpace/main.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from machine import Pin
|
||||
import time
|
||||
|
||||
while 1:
|
||||
p2 = Pin(2,Pin.OUT, value=1)
|
||||
time.sleep(1)
|
||||
p2 = Pin(2,Pin.OUT, value=0)
|
||||
time.sleep(1)
|
||||
Reference in New Issue
Block a user