You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation about CPython. Make example programs work out of the box. (#23)
* Examples: Make example programs work out of the box
By applying minor adjustments, the example programs are now in a form
that supports integration testing with CrateDB.
* Documentation: Add docs about running the examples on CPython
* Documentation: Update README
* Chore: Update .gitignore
@@ -440,6 +442,7 @@ Constants for each value of `code` are provided. For example `4043` is `CRATEDB
440
442
## Examples
441
443
442
444
The [`examples`](examples/) folder contains example MicroPython scripts, some of which are for specific microcontroller boards, including the popular Raspberry Pi Pico W.
445
+
Hardware-independent example programs also work well on CPython, see [Running on CPython](./docs/cpython.md).
0 commit comments