I'm quite new to Arduino and I have to store data from 2 sensors connected to analog inputs, afterwards I have to post-process data on pc so I need data as spreadsheet or just binary.
My problem is that I don't know how to differentiate the 2 sensors' outputs data because I need one different collection (so 2 different files on my computer) for each sensor.
I ask you if you can help me solving this problem.