Subversion Repositories Projects

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
112 mikeljo 1
#ifndef parameter_h
2
#define parameter_h
3
 
4
void edit_parameter (void);
5
void decimal (uint8_t data, uint8_t *text);
6
 
7
#endif