Re-organised main.c file, so it looks better. I.e. removed interface init's, now each service should do it himself. Main file only contains service_init() and service_update() + some systems configs
Added few more missing commens and brief-s
Moved ssd1306 library from hw folder to the lib folder. Reason, is that HW rather should contain self-written code, and libraries (teegid) better to place in the LIB.
This PR contains last required fixes:
main.c
file, so it looks better. I.e. removed interface init's, now each service should do it himself. Main file only containsservice_init()
andservice_update()
+ some systems configsbrief
-sssd1306
library fromhw
folder to thelib
folder. Reason, is that HW rather should contain self-written code, and libraries (teegid) better to place in the LIB.