ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
I have some Pico 2Ws headed my way soon. I'm looking forward to creating some new LED animations with them :) Thank you Kev for the inspiration!
TEN more?!…..
want a reply? well now you got one
09:45 Blinking LED12:34 Temperture Sencer20:00 WeatherBot26:51 BurgerBot V236:56 Scroll text With UnicornHAT41:15 PicoGraphics50:15 BirthDay Card53:30 PicoCat58:10 Plant Monitoring System1:01:25 Drive Led Strips
I assume this all works on pico2w?
A: Why can’t I download this?
# Get the current time year, month, day, hour, minute, second, weekday, yearday = time.localtime() # Print formatted output print("-" * 40)# print(f"Time: {timestamp.tm_hour:02}:{timestamp.tm_min:02}:{timestamp.tm_sec:02}") print(f"{day:02}/{month:02}/{year} {hour:02}:{minute:02}:{second:02} Temperature: {temperature:.2f}°C") time.sleep(5)
I have some Pico 2Ws headed my way soon. I'm looking forward to creating some new LED animations with them :) Thank you Kev for the inspiration!
TEN more?!…..
want a reply? well now you got one
09:45 Blinking LED
12:34 Temperture Sencer
20:00 WeatherBot
26:51 BurgerBot V2
36:56 Scroll text With UnicornHAT
41:15 PicoGraphics
50:15 BirthDay Card
53:30 PicoCat
58:10 Plant Monitoring System
1:01:25 Drive Led Strips
I assume this all works on pico2w?
A: Why can’t I download this?
# Get the current time
year, month, day, hour, minute, second, weekday, yearday = time.localtime()
# Print formatted output
print("-" * 40)
# print(f"Time: {timestamp.tm_hour:02}:{timestamp.tm_min:02}:{timestamp.tm_sec:02}")
print(f"{day:02}/{month:02}/{year} {hour:02}:{minute:02}:{second:02} Temperature: {temperature:.2f}°C")
time.sleep(5)