kaluma-project / kaluma

A tiny JavaScript runtime for RP2040 (Raspberry Pi Pico)
https://kalumajs.org
Apache License 2.0
632 stars 38 forks source link

cant turn pin 3 on; pico w #567

Closed ghost closed 1 year ago

ghost commented 1 year ago

const pin = 3; pinMode(pin, OUTPUT); digitalWrite(pin, HIGH); i tried the same thing in micropython and my circuit worked, i dont know why its not working i have the 1.1.0 pico w uf2

ghost commented 1 year ago

nvm im just dumb