diff projects/filter_FIR/render.cpp @ 285:5433c83ce04e Doxy prerelease

Doxygen content added to more project render.cpp files and amended in others.
author Robert Jack <robert.h.jack@gmail.com>
date Tue, 17 May 2016 18:46:55 +0100
parents 3c3a1357657d
children
line wrap: on
line diff
--- a/projects/filter_FIR/render.cpp	Tue May 17 15:53:24 2016 +0100
+++ b/projects/filter_FIR/render.cpp	Tue May 17 18:46:55 2016 +0100
@@ -1,3 +1,12 @@
+/*
+ ____  _____ _        _    
+| __ )| ____| |      / \   
+|  _ \|  _| | |     / _ \  
+| |_) | |___| |___ / ___ \ 
+|____/|_____|_____/_/   \_\.io
+
+*/
+
 /*
  * render.cpp
  *
@@ -5,6 +14,16 @@
  *      Author: Andrew McPherson and Victor Zappi
  */
 
+/**
+\example 4_filter_FIR
+
+Finite Impulse Response Filter
+------------------------------
+
+This is an example of a finite impulse response filter implementation.
+
+*/
+
 
 #include <BeagleRT.h>
 #include <cmath>