devicescript
devicescript copied to clipboard
TypeScript for Tiny IoT Devices (ESP32, RP2040, ...)
Bumps [nunjucks](https://github.com/mozilla/nunjucks) from 3.2.3 to 3.2.4. Release notes Sourced from nunjucks's releases. v3.2.4 What's Changed fix: html encode backslashes if used with escape filter or autoescape by @fdintino in mozilla/nunjucks#1437....
Just a typo fix in CONTRIBUTING.md  Looking forward to work more on this project.
With the pico w, is there any chance of getting a simple web server like micro python has? I know there is the local cloud stuff that is being worked...
Need to talk to the wireless chip to control that LED.
in [servers/pins document](https://microsoft.github.io/devicescript/developer/servers/pins#pinmode), `pinMode, digitalWrite, digitalRead, subscribeDigital` are exported by `@devicescript/gpio`  (sorry error message is Japanese, but [TS2305](https://typescript.tv/errors/#TS2305) is `no exported member` error.) but in my workspace, it doesn't....
To implement screen driver, we need to be able to efficiently send buffers through SPI.
 Recomendation: no _, just the number.
watchdog
A hang watchdog support or documentation for it?