mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 21:13:39 +00:00
Add runtime support for the nRF52
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void uart_init(uint32_t pin_tx);
|
||||
void uart_send(uint8_t c);
|
||||
Reference in New Issue
Block a user