Skip to content

Instantly share code, notes, and snippets.

View CytronVN's full-sized avatar

CytronTech.Vn CytronVN

View GitHub Profile
@CytronVN
CytronVN / pico-w-web-server
Created October 24, 2022 10:18
Raspberry Pi Pico W - Web Server
import network
import socket
from time import sleep
from picozero import pico_temp_sensor, pico_led
import machine
ssid = 'WiFi-SSID'
password = 'WiFi-Password'
def connect():