From 1cc8a9532e3067f0f1512bf13687a9ad7d7ee44e Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 14 Nov 2016 11:30:57 +0000 Subject: [PATCH] Class comment added to top of WaveshapeProgram.h --- examples/BLOCKS/BlocksSynth/Source/WaveshapeProgram.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/BLOCKS/BlocksSynth/Source/WaveshapeProgram.h b/examples/BLOCKS/BlocksSynth/Source/WaveshapeProgram.h index 074b00b74e..b907966221 100644 --- a/examples/BLOCKS/BlocksSynth/Source/WaveshapeProgram.h +++ b/examples/BLOCKS/BlocksSynth/Source/WaveshapeProgram.h @@ -2,6 +2,9 @@ #ifndef WAVESHAPEPROGRAM_H_INCLUDED #define WAVESHAPEPROGRAM_H_INCLUDED +/** + A Program to draw moving waveshapes onto the LEDGrid +*/ class WaveshapeProgram : public LEDGrid::Program { public: