summaryrefslogtreecommitdiff
path: root/src/stem/core/monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stem/core/monitor.h')
-rw-r--r--src/stem/core/monitor.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/stem/core/monitor.h b/src/stem/core/monitor.h
new file mode 100644
index 0000000..3abe072
--- /dev/null
+++ b/src/stem/core/monitor.h
@@ -0,0 +1,12 @@
+#ifndef DEF_MONITOR_H
+#define DEF_MONITOR_H
+
+#include "types.h"
+
+void monitor_put(char c);
+void monitor_clear();
+void monitor_write(char *s);
+void monitor_writeHex(uint32_t v);
+
+#endif
+