comparison include/Bela.h @ 312:00725dfc1b87 prerelease

Decrufting: removed ancient DBOX_CAPE define from header files (not yet from PRU code)
author andrewm
date Fri, 27 May 2016 18:42:28 +0100
parents 493a07f6ec09
children 5c8f46fcd4d0
comparison
equal deleted inserted replaced
311:493a07f6ec09 312:00725dfc1b87
35 #include <GPIOcontrol.h> 35 #include <GPIOcontrol.h>
36 36
37 // Useful constants 37 // Useful constants
38 38
39 /** \cond PRIVATE */ 39 /** \cond PRIVATE */
40 #define DBOX_CAPE // New custom cape
41 #ifdef DBOX_CAPE
42 #define CODEC_I2C_ADDRESS 0x18 // Address of TLV320AIC3104 codec 40 #define CODEC_I2C_ADDRESS 0x18 // Address of TLV320AIC3104 codec
43 #else
44 #define CODEC_I2C_ADDRESS 0x1B // Address of TLV320AIC3106 codec
45 #endif
46 41
47 #define MAX_PRU_FILENAME_LENGTH 256 42 #define MAX_PRU_FILENAME_LENGTH 256
48 #define MAX_SERVERNAME_LENGTH 256 43 #define MAX_SERVERNAME_LENGTH 256
49 /** \endcond */ 44 /** \endcond */
50 45