ADD: data detectclock - added clock blocks in plot window. Its a draft. Not working for all clocks.

ADD: STT is now marked as a block in plot window,  instead of Marshmellow42 's two lines.
This commit is contained in:
iceman1001 2017-03-02 14:53:50 +01:00
commit a47ded5b54
6 changed files with 135 additions and 90 deletions

View file

@ -24,6 +24,7 @@ extern int GraphBuffer[MAX_GRAPH_TRACE_LEN];
extern int GraphTraceLen;
extern double CursorScaleFactor;
extern int PlotGridX, PlotGridY, PlotGridXdefault, PlotGridYdefault, CursorCPos, CursorDPos;
extern int PlotClock, PlockClockStartIndex;
extern int CommandFinished;
extern int offline;