Mercurial > code > home > repos > homeauto
view service/iot2/esp32_main/iot2_esp32.nim @ 1533:a598d2141587
more mqtt_to_rdf renames. bring in basic LitElement setup for the debug page
Ignore-this: 85e2ab49915e44b08219e537fab21870
darcs-hash:f2d312ec10bb4a33c501a24bd7d11a1f35673f25
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sat, 08 Feb 2020 04:02:22 -0800 |
parents | 44aae4efedf6 |
children |
line wrap: on
line source
# the idea is that an ESP-IDF or esphome project calls C funcs defined # here (that compile to .c files in build/nimcache/) echo "hello on esp" proc add(x: int, y: int): int = x + y