Mercurial > hg > beaglert
comparison examples/basic_analog_output/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 |
---|---|
43 variable is advanced by pi/4 (1/8 of a full rotation) for each channel giving | 43 variable is advanced by pi/4 (1/8 of a full rotation) for each channel giving |
44 each of the eight LEDs a different phase. | 44 each of the eight LEDs a different phase. |
45 */ | 45 */ |
46 | 46 |
47 #include <Bela.h> | 47 #include <Bela.h> |
48 #include <Utilities.h> | |
49 #include <rtdk.h> | 48 #include <rtdk.h> |
50 #include <cmath> | 49 #include <cmath> |
51 | 50 |
52 // Set range for analog outputs designed for driving LEDs | 51 // Set range for analog outputs designed for driving LEDs |
53 const float kMinimumAmplitude = (1.5 / 5.0); | 52 const float kMinimumAmplitude = (1.5 / 5.0); |