From bb92df37075aa1d1fbcc421ae4d4dcf215da406b Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Wed, 2 Jun 2021 14:38:44 -0400 Subject: updated test --- test_serial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_serial.py') diff --git a/test_serial.py b/test_serial.py index 8587e19..f88302b 100755 --- a/test_serial.py +++ b/test_serial.py @@ -37,7 +37,7 @@ print(line) start = datetime.now() # resp = sendSerialCmd("print(node.heap())") # resp = sendSerialCmd(""); # empty command -resp = sendSerialCmd("Sb, muSb= rtctime.get(); print(4); Se, muSe =rtctime.get(); print(\"execution time: \" .. muSe-muSb .. \" muS\")") +resp = sendSerialCmd("muSb= tmr.now(); setFreq(6.834e9); muSe =tmr.now(); print(\"execution time: \" .. muSe-muSb .. \" muS\")") print(resp) stop = datetime.now() runTime = (stop-start).seconds + float((stop-start).microseconds)/1000000 -- cgit v1.2.3