dudenas

joined 3 years ago
[–] dudenas@lemmy.ml 1 points 2 months ago

really good, thanks for sharing

[–] dudenas@lemmy.ml 8 points 2 months ago

Not without Android, but partly degoogled. Using e/os - it seems to support much more devices than Calyx.

Some features of google do not work: google lens, google drive business on account (personal works well). Happy not to know if Teams work.

My main banking app used to work, but stopped last year. However, I found that banking on mobile browser is not that bad, just logging in takes longer. Revolut app works flawlessly though, so your bank may work too.

[–] dudenas@lemmy.ml 2 points 1 year ago (1 children)

very interesting: so if you need a particular order of the loop, you controll it via filenames.. Curious to try this out. Thanks!

 

Hi all, intuitively it seems to make sense to split different parts of code to different files, so it is easier to navigate and read.

For example to have separate files for servos, controllers and web which are included in the main code, and only variables are passed through.

And if this is a good practice, how do you deal with separation of setup and loop parts? I have not found reaources on this, so thinking to ask the community.