comparison examples/basic_analog_input/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 db2fe4e1b88e
children
comparison
equal deleted inserted replaced
379:24c3a0663d54 380:9dc5a0ccad25
42 that file you will see that they have the values of 0 and 1. Bear in mind that 42 that file you will see that they have the values of 0 and 1. Bear in mind that
43 these are analog input pins which is a specific header! 43 these are analog input pins which is a specific header!
44 */ 44 */
45 45
46 #include <Bela.h> 46 #include <Bela.h>
47 #include <Utilities.h>
48 #include <rtdk.h> 47 #include <rtdk.h>
49 #include <cmath> 48 #include <cmath>
50 49
51 float gPhase; 50 float gPhase;
52 float gInverseSampleRate; 51 float gInverseSampleRate;