mirror of
https://github.com/travisgoodspeed/goodwatch
synced 2024-11-23 09:19:58 +00:00
16 lines
255 B
C
16 lines
255 B
C
|
|
||
|
|
||
|
void lcd_digit(int pos, int digit);
|
||
|
void lcd_number(long num);
|
||
|
void lcd_hex(long num);
|
||
|
|
||
|
|
||
|
//Symbols
|
||
|
void setcolon(int on);
|
||
|
void setam(int on);
|
||
|
void setpm(int on);
|
||
|
void setmult(int on);
|
||
|
void setminus(int on);
|
||
|
void setplus(int on);
|
||
|
void setdivide(int on);
|