source: firmware/FSC/src/parser.h@ 10887

Last change on this file since 10887 was 10697, checked in by neise, 14 years ago
File size: 571 bytes
Line 
1#ifndef __PARSER_H
2#define __PARSER_H
3
4#include "typedefs.h"
5void parse_ascii();
6void MSR_parser() ;
7
8// all allowed non readable commands are listed here
9// this is not used at all right?
10#define SET_ENABLES 0x01 // sets all enables -- needs 8 + 11 bytes of data
11#define SW_TO_HUMAN 0xFF // SWITCH_TO_HUMAN_READABLE_INTERFACE
12
13void parse_w5300_incoming( U08 bytes_in_w5100_rx_buffer );
14void write_FSC_register();
15void read_FSC_register();
16void reset_resistance_done();
17void reset_voltage_done();
18void reset_done();
19void simple_acknowledge();
20
21#endif
Note: See TracBrowser for help on using the repository browser.