comparison examples/basic_pulseIn/render.cpp @ 380:9dc5a0ccad25 prerelease

Fixed missing ) in Makefile, and removed unnecessary Utilities.h includes
author andrewm
date Sun, 12 Jun 2016 23:03:57 +0100
parents 02c4ca0e3718
children
comparison
equal deleted inserted replaced
379:24c3a0663d54 380:9dc5a0ccad25
5 * Author: parallels 5 * Author: parallels
6 */ 6 */
7 7
8 #include <Bela.h> 8 #include <Bela.h>
9 #include <PulseIn.h> 9 #include <PulseIn.h>
10 #include <Utilities.h>
11 #include <stdlib.h> 10 #include <stdlib.h>
12 #include <rtdk.h> 11 #include <rtdk.h>
13 #include <cmath> 12 #include <cmath>
14 13
15 // setup() is called once before the audio rendering starts. 14 // setup() is called once before the audio rendering starts.