Mercurial > hg > beaglert
comparison examples/basic_button/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 |
---|---|
36 As an exercise try and change the code so that the LED only turns on when | 36 As an exercise try and change the code so that the LED only turns on when |
37 the button is pressed. | 37 the button is pressed. |
38 */ | 38 */ |
39 | 39 |
40 #include <Bela.h> | 40 #include <Bela.h> |
41 #include <Utilities.h> | |
42 #include <cmath> | 41 #include <cmath> |
43 #include <rtdk.h> | 42 #include <rtdk.h> |
44 #include <stdlib.h> | 43 #include <stdlib.h> |
45 | 44 |
46 // setup() is called once before the audio rendering starts. | 45 // setup() is called once before the audio rendering starts. |