PortableBalanceLab / PBL

Learn how to create your own balance lab using python and a Raspberry Pi
4 stars 1 forks source link

Seperate CSV writing + timestamp generation into its own note #5

Closed adamkewley closed 1 year ago

adamkewley commented 1 year ago

Every single lab involves generating a timestamped CSV, and every single lab contains extremely similar guide steps to doing that - it should all just be unified into one central note with a link from the lab (e.g. For this section, you will need to write your data to a CSV file, you should consult N1: CSV Writing before proceeding).

adamkewley commented 1 year ago

Seperated into X1 and X2