blob: 7e391dbef8a7905ab184f6862dbda1cc2d7e1dcb [file] [log] [blame]
swissChili56cf8172022-07-30 18:47:48 -07001#pragma once
2
3/**
4 * Initialize the default serial device.
5 */
6void init_serial();
7void serial_put(char byte);
8void serial_write(char *string);