This commit is contained in:
赵鑫 2022-09-01 13:49:28 +08:00
parent 7cd5b48909
commit 93ec9c129f

View File

@ -58,5 +58,5 @@ function read_led(x, y) {
function read_all_leds() {
const a = sense.getPixels()
console.table(a)
console.log(a[63])
}