Skip to content

Instantly share code, notes, and snippets.

View puziro's full-sized avatar

Hirokazu Yamazaki puziro

View GitHub Profile
@puziro
puziro / sample22.py
Created August 18, 2018 05:26
LEDサンプル
from microbit import *
display.set_pixel(2, 2, 9)
sleep(2000)
display.set_pixel(2, 2, 5)
sleep(2000)
display.set_pixel(2, 2, 0)