mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-10 14:03:39 +00:00
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.
This commit is contained in:
committed by
Ron Evans
parent
0e6d2af028
commit
753162f4e0
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"inherits": ["esp32"],
|
||||
"build-tags": ["esp32_wroom_32"]
|
||||
}
|
||||
Reference in New Issue
Block a user