Bela
Real-time, ultra-low-latency audio and sensor processing system for BeagleBone Black
Loading...
Searching...
No Matches
PruBinary.h
1namespace NonIrqPruCode
2{
3 const unsigned int* getBinary();
4 unsigned int getBinarySize();
5}
6
7namespace IrqPruCode
8{
9 const unsigned int* getBinary();
10 unsigned int getBinarySize();
11}
12