summaryrefslogtreecommitdiff
path: root/components.h
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2019-12-20 13:57:17 +1030
committerDaniel Jones <admin@danieljon.es>2019-12-20 13:57:17 +1030
commit89e917d502e6a6f1042643296507336b660c17d9 (patch)
treeea5bfde1eb1eb538c434993b8f7fa8d680a57de9 /components.h
parent4ad3def0c8701852f29fe64b5551aaadabc63d60 (diff)
downloadbinstatus-89e917d502e6a6f1042643296507336b660c17d9.tar.gz
binstatus-89e917d502e6a6f1042643296507336b660c17d9.zip
added cpu temp output
support C and F, see comments in config.h. you need to set the right thermal zone directory.
Diffstat (limited to 'components.h')
-rw-r--r--components.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/components.h b/components.h
index 8af712e..c9f5e54 100644
--- a/components.h
+++ b/components.h
@@ -25,6 +25,7 @@
char *currenttime(char *store, size_t size, int flag);
char *battery(char *store, size_t size, int flag);
char *charging(char *store, size_t size, int flag);
-char *remainingtime(char *store, size_t size, int flag);
+char *volume(char *store, size_t size, int flag);
+char *cputemp(char *store, size_t size, int flag);
#endif