aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Collapse)Author
2021-05-19Threaded to async (#58)Shoelace
* Add async deps * Rename blocks to 'BlockManager' * Refactor "Blocks" to own module * Make all util fn async * Remove stray println
2021-01-21Change to serdeAdaShoelace
Change config serializer to serde in order to get cleaner config types.
2021-01-16added some checksmustafa salih
2021-01-14orginized the code to seprated mods and deleted the lib filemustafa salih
2021-01-10Added uptimemustafa salih
2021-01-09Added cpu temperature and batterymustafa salih
2021-01-01refactored codemustafa salih
2020-12-31configmustafa salih
2020-12-24Added sound/volume and it can be customized through the rsblocks.yml filemustafa salih
2020-12-22Added rsblocks.yml file and yaml parser to customizemustafa salih
2020-12-21init commitmustafa salih