In what unit of measurement does it measure?
JersonJose
Posts: 4
Hi,
I am new to Parallax. I have a simple question about the unit of the data being measured.
In my code, I have this:
My question is. What is the use of the Timer? What is the unit of the data being shown?
On the "TIME" column, I get it that it logs the current time in my computer in this format (hh:mm:ss). But in the "TIMER" column I am getting a different one.
BTW, I am sending data from my Arduino (an ADXL345 Accelerometer is connected) to Excel using PLX-DAQ so I can plot the data in real time.
I am new to Parallax. I have a simple question about the unit of the data being measured.
In my code, I have this:
Serial.println("LABEL, TIME, TIMER");
My question is. What is the use of the Timer? What is the unit of the data being shown?
On the "TIME" column, I get it that it logs the current time in my computer in this format (hh:mm:ss). But in the "TIMER" column I am getting a different one.
BTW, I am sending data from my Arduino (an ADXL345 Accelerometer is connected) to Excel using PLX-DAQ so I can plot the data in real time.
Comments
You'll have to provide more of the code if you expect anyone to figure out what's going on.
Here's an image (attached) of the data I gathered using Parallax-DAQ. Do not mind the header title of each column, I just changed it to my liking.
Anyway, my question is about column B. In what unit does it measure?