Host and slave program files for the new planetarium projector.
$ git clone https://github.com/tsukuten/planetproj_progs
$ cd planetproj_progs/
$ cd host/
$ pip install .
$ cd slave_xxx/
$ platformio run
$ platformio run --target=upload
See host/planetproj.md
for usage.