Replies: 1 comment
-
There is no packages and docs, but you can find the related codes from CLI (https://github.com/kaluma-project/kaluma-cli) and Web IDE(https://github.com/kaluma-project/kaluma-project.github.io/blob/master/src/pages/ide.js) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know that KalumaJS has an in-browser IDE for Google Chrome that works through the device's USB ports. I thought it would be useful if you made a JavaScript API for this communication, so somebody could have their own web page that communicates with the device. For example, you could have a simple web page that would just read/write to files on the RP2040 using the fs module, and it would send/receive data through the API. If there's already documentation for this, could somebody point me to it?
Beta Was this translation helpful? Give feedback.
All reactions