//netgeartool.h #ifndef NETGEARTOOL_H #define NETGEARTOOL_H 1 #include #include "leds.h" void set_matrix(char* message,int x,int y); char* get_button(int x); char* get_letter(char c); #endif