Mercurial > hg > beaglert
diff projects/d-box/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 | be427da6fb9c |
children | 59edd5780fef |
line wrap: on
line diff
--- a/projects/d-box/main.cpp Mon Jun 15 18:16:00 2015 +0100 +++ b/projects/d-box/main.cpp Wed Jul 15 12:10:51 2015 +0100 @@ -33,7 +33,7 @@ // get_opt_long #include <getopt.h> -#include "../../include/BeagleRT.h" +#include <BeagleRT.h> #include "config.h" #include "sensors.h" #include "OscillatorBank.h"