This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import network | |
import socket | |
import time | |
import urequests | |
from machine import Pin | |
import uasyncio as asyncio | |
import rp2 | |
rp2.country('GR') # Set your country if you can't connect to your WiFi | |
led = Pin(15, Pin.OUT) |