Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: UniGraphic mbed vt100
edge_chart.h
00001 #ifndef _EDGE_CHART_H_ 00002 #define _EDGE_CHART_H_ 00003 #include "mbed.h" 00004 00005 typedef struct _edge_chart_st { 00006 char *name ; 00007 int left ; 00008 int top ; 00009 int width ; 00010 int height ; 00011 int index ; 00012 float min ; 00013 float max ; 00014 } edge_chart_type ; 00015 00016 extern edge_chart_type edge_chart[] ; 00017 00018 void draw_chart_frame(edge_chart_type *p) ; 00019 void draw_all_chart_frame(void) ; 00020 00021 00022 #endif /* _EDGE_CHART_H_ */
Generated on Fri Jul 15 2022 06:01:06 by
1.7.2