#ifndef MAIN_H_
#define MAIN_H_
// Serial port stuff
#include <string.h>
#include <stdio.h>
// Printing a string to the serial port
void print_serial(const char * const print_string);
// Given an input array, process the command
void go_process_command();
#endif // MAIN_H_
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.