TG Telegram Group & Channel
Micropython & IOT | United States America (US)
Create: Update:

from machine import Pin
from time import sleep
led = Pin(16, Pin.OUT)
while True:
led.high()
sleep(1)
led.low()
sleep(1)

gpio16 # D0

@micropython_iot

from machine import Pin
from time import sleep
led = Pin(16, Pin.OUT)
while True:
led.high()
sleep(1)
led.low()
sleep(1)

gpio16 # D0

@micropython_iot


>>Click here to continue<<

Micropython & IOT






Share with your best friend
VIEW MORE

United States America Popular Telegram Group (US)