Files
tinygo/targets/esp32-wroom-32.json
T
Ayke van Laethem 753162f4e0 esp32: add support for basic GPIO
GPIO is much more advanced on the ESP32, but this is a starting point.
It gets examples/blinky1 to work.
2020-08-31 16:43:31 +02:00

5 lines
62 B
JSON

{
"inherits": ["esp32"],
"build-tags": ["esp32_wroom_32"]
}