Esempio n. 1
0
def print_time_stamp():
    time_stamp = float(time.time())
    time_f32 = Memory.F32()
    time_f32.value(time_stamp)
    print 'Time stamp as read from time.py:', time_stamp
    print 'Time stamp as saved in CSV:', time_f32