Mercurial > hg > beaglert
comparison core/RTAudio.cpp @ 103:f944d0b60fa8
Removed old client.cpp and client.h files
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Mon, 27 Jul 2015 13:52:51 +0100 |
parents | 3c3a1357657d |
children | 3068421c0737 e63563507edd |
comparison
equal
deleted
inserted
replaced
102:31ca45939a0c | 103:f944d0b60fa8 |
---|---|
29 | 29 |
30 #include "../include/BeagleRT.h" | 30 #include "../include/BeagleRT.h" |
31 #include "../include/PRU.h" | 31 #include "../include/PRU.h" |
32 #include "../include/I2c_Codec.h" | 32 #include "../include/I2c_Codec.h" |
33 #include "../include/GPIOcontrol.h" | 33 #include "../include/GPIOcontrol.h" |
34 #include "../include/client.h" | |
35 | 34 |
36 // ARM interrupt number for PRU event EVTOUT7 | 35 // ARM interrupt number for PRU event EVTOUT7 |
37 #define PRU_RTAUDIO_IRQ 21 | 36 #define PRU_RTAUDIO_IRQ 21 |
38 | 37 |
39 using namespace std; | 38 using namespace std; |