Subversion Repositories Projects

Rev

Rev 449 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 449 Rev 500
Line 51... Line 51...
51
        void lcd_up();
51
        void lcd_up();
52
        void lcd_down();
52
        void lcd_down();
53
        void get_version();
53
        void get_version();
54
        void get_ppm_channels();
54
        void get_ppm_channels();
Line 55... Line 55...
55
 
55
 
56
        void receive_data(int hardwareID, int cmd, char * data);
56
        void receive_data(char * incomming, int length);
Line 57... Line 57...
57
};
57
};
58
 
58