mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 05:23:40 +00:00
compiler: Implement init()
This commit is contained in:
@@ -6,6 +6,10 @@ package runtime
|
||||
// #include "runtime_nrf.h"
|
||||
import "C"
|
||||
|
||||
func init() {
|
||||
C.uart_init(6) // pin_tx = 6, for NRF52840-DK
|
||||
}
|
||||
|
||||
const Microsecond = 1
|
||||
|
||||
func putchar(c byte) {
|
||||
|
||||
Reference in New Issue
Block a user