Mytikas-LTU / ELPIS-ONE

Repo for ELPIS-ONE, Mytikas first rocket
0 stars 0 forks source link

Refactor most of the code #15

Closed galaktahs closed 4 months ago

galaktahs commented 6 months ago

Refactor most of the code to improve readability and stability

isakensak commented 6 months ago

We should refactor the components to classes, for example an accelerometer class with functions init() and read(). This will reduce the size of loop() and setup(), as well as make the main file more readable.