diff projects/analogDigitalDemo/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/analogDigitalDemo/main.cpp	Mon Jun 15 18:16:00 2015 +0100
+++ b/projects/analogDigitalDemo/main.cpp	Wed Jul 15 12:10:51 2015 +0100
@@ -14,11 +14,12 @@
 #include <libgen.h>
 #include <signal.h>
 #include <getopt.h>
-#include "../../include/BeagleRT.h"
 #include <unistd.h>
 #include <stdlib.h>
 #include <fcntl.h>
 
+#include <BeagleRT.h>
+
 using namespace std;
 
 // Handle Ctrl-C by requesting that the audio rendering stop