ASCIIGraph draws graphs to serial console using the "Terminal" lib. The graph scales automatically, shows minimum and maximum. Custom designs can be applied through setting several characters.

Revision:
1:0f0b1ad6f3ac
Parent:
0:6885118d9d3f
--- a/ASCIIGraph.h	Fri Jul 12 08:50:39 2013 +0000
+++ b/ASCIIGraph.h	Fri Jul 12 08:57:45 2013 +0000
@@ -1,3 +1,8 @@
+/*
+ * mbed library to draw graphs to serial console
+ * Copyright (c) 2013 Tobias Knapp
+ * Released under the MIT License: http://mbed.org/license/mit
+ */
 
 #include "Terminal.h"