view service/iot2/esp32_main/iot2_esp32.nim @ 1754:92999dfbf321 default tip

add shelly support
author drewp@bigasterisk.com
date Tue, 04 Jun 2024 13:03:43 -0700
parents 17ff9322328b
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