Add runtime support for the nRF52

This commit is contained in:
Ayke van Laethem
2018-04-25 20:06:08 +02:00
parent e80f06bc5e
commit 04fef19753
13 changed files with 113 additions and 22 deletions
+7
View File
@@ -0,0 +1,7 @@
#pragma once
#include <stdint.h>
void uart_init(uint32_t pin_tx);
void uart_send(uint8_t c);