diff options
Diffstat (limited to '')
-rw-r--r-- | lcd4linux.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lcd4linux.h b/lcd4linux.h new file mode 100644 index 0000000..f7c91ae --- /dev/null +++ b/lcd4linux.h @@ -0,0 +1,6 @@ +extern int tick; +extern int tack; +extern int tau; +extern char *sensor; + + |