John's code modified for envelope shaping and different colours

Dependencies:   mbed

Fork of Morse-buddy-JohnF by Tony Abbey

Revision:
0:8c725fbd8e0e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Goodies.h	Sat Jun 22 21:52:12 2013 +0000
@@ -0,0 +1,23 @@
+
+//==============================================================
+//  Goodies  July 7, 2011  John H. Fisher - K5JHF
+//==============================================================
+
+#ifndef  GOODIES_H
+#define  GOODIES_H
+
+class  Goodies  {
+
+    protected:
+    
+        void  Adjust ( int *value, int delta, int limit );
+        
+        void  Adjust ( float *value, float delta, float limit );     
+    
+    };
+    
+#endif   
+
+
+
+