https://github.com/mabezdev/esp-rhai
https://github.com/mabezdev/esp-rhai
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mabezdev/esp-rhai
- Owner: MabezDev
- License: apache-2.0
- Created: 2023-02-21T16:41:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T23:50:57.000Z (over 3 years ago)
- Last Synced: 2025-04-19T12:00:14.645Z (about 1 year ago)
- Language: Rust
- Size: 16.6 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# esp-rhai
Running [`rhai`](https://github.com/rhaiscript/rhai) on an esp. This example is specifically targeted for the esp32c3 based [esp-rust-board](https://github.com/esp-rs/esp-rust-board), but will work on any esp32 with a bit of massaging.
## Currently implemented commands
| Command | Usage |
|---------|------------------------------------------------------------|
| print | print("Hello world!") or print(`Value = ${some_variable}`) |
| heap | heap() |