#ifndef __PARSER_H #define __PARSER_H void parse_ascii(); // all allowed non readable commands are listed here #define SET_ENABLES 0x01 // sets all enables -- needs 8 + 11 bytes of data #define SW_TO_HUMAN 0xFF // SWITCH_TO_HUMAN_READABLE_INTERFACE #endif