Commit Graph

4 Commits

Author SHA1 Message Date
Narvin Singh
01ee5fba93 Feat: Default suffix is percent sign
By making the percent sign part of the suffix, it can be changed or
entirely omitted by changing the suffix.
2020-12-28 13:58:09 -05:00
Narvin Singh
2355282d88 Fix: Change module function names to be unique
The code for each module is wrapped in a function so the module
can be parameterized, and so its variables can be scoped to the
function. However, the function names must be unique, otherwise when
the modules are sourced, functions will overwrite functions with the
same name in previously sourced modules.
2020-12-28 11:48:33 -05:00
Narvin Singh
d05a68932b Feat: Battery module 2020-12-27 22:14:21 -05:00
Narvin Singh
1e331865af Feat: Date/time module 2020-12-27 22:13:52 -05:00