diff projects/oscillator_bank/main.cpp @ 56:3c3a1357657d newapi

Further API update to name three primary functions setup(), render() and cleanup(). Changed include paths so now can #include <BeagleRT.h>. Removed stale pru_rtaudio.bin file as this is now done as pru_rtaudio_bin.h. Updated examples to new API and fixed minor compiler warnings along the way. Network example needs further attention to compile.
author andrewm
date Wed, 15 Jul 2015 12:10:51 +0100
parents a6d223473ea2
children
line wrap: on
line diff
--- a/projects/oscillator_bank/main.cpp	Mon Jun 15 18:16:00 2015 +0100
+++ b/projects/oscillator_bank/main.cpp	Wed Jul 15 12:10:51 2015 +0100
@@ -10,7 +10,7 @@
 #include <libgen.h>
 #include <signal.h>
 #include <getopt.h>
-#include "../../include/BeagleRT.h"
+#include <BeagleRT.h>
 
 using namespace std;