added cycletime

This commit is contained in:
2025-12-24 00:08:23 +01:00
parent d14b88d020
commit 1939cd4eaf

View File

@@ -58,6 +58,7 @@ class Hla(HighLevelAnalyzer):
return AnalyzerFrame('LED', frame.start_time, frame.end_time, {
'input_type': frame.type,
'command': command,
'cycletime': str(frame.data['cycletime'])+"ns",
"blue": blue,
"red": red,
"green": green,