comparison 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
comparison
equal deleted inserted replaced
55:41d24dba6b74 56:3c3a1357657d
31 #include <sched.h> 31 #include <sched.h>
32 32
33 // get_opt_long 33 // get_opt_long
34 #include <getopt.h> 34 #include <getopt.h>
35 35
36 #include "../../include/BeagleRT.h" 36 #include <BeagleRT.h>
37 #include "config.h" 37 #include "config.h"
38 #include "sensors.h" 38 #include "sensors.h"
39 #include "OscillatorBank.h" 39 #include "OscillatorBank.h"
40 #include "StatusLED.h" 40 #include "StatusLED.h"
41 #include "logger.h" 41 #include "logger.h"