sysnetlab / SenSee

SenSee
GNU General Public License v3.0
0 stars 1 forks source link

Sensor event time should come from sensor event #1

Open graychan opened 8 years ago

graychan commented 8 years ago

the title says it all.

also examine whether this approach produces more accurate sensor event time.

SagarPandit01 commented 7 years ago

I think I got it to work;

    // write, timestamp of the sensor event here.
    mChannel.write("," + event.timestamp);    //added by Sagar Pandit on March 24, 2017
    mChannel.write("\n");