raspearsy / bme590hrm

MIT License
2 stars 1 forks source link

Inputting the CSV File #7

Closed nisargmshah closed 7 years ago

nisargmshah commented 7 years ago

When reading in the CSV file, is it safe to assume that the first column is time and the second column is the lead voltage?

mlp6 commented 7 years ago

Yes; sorry if that wasn't clear from the assignment handout. Time will be in seconds; voltage in millivolts.

nisargmshah commented 7 years ago

Alright, thank you. I just wanted to make sure that the order of the columns would not be switched.