#pragma once int serial_init(); void serial_tx(char); char serial_rx();