mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 22:43:40 +00:00
runtime: Implement GPIO output
Now we can actually blink a LED!
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define NRFX_ASSERT(expression) do { bool res = expression; (void)res; } while (0)
|
||||
|
||||
Reference in New Issue
Block a user