hw_i2s.h
Go to the documentation of this file.
00001
00039 #ifndef HW_I2S_H
00040 #define HW_I2S_H
00041 
00042 #warning FIXME: This is an example implementation, you must implement it
00043 
00044
00045 #define I2S_STROBE_ON()   do { /* implement me */} while(0)
00046 #define I2S_STROBE_OFF()  do { /* implement me */} while(0)
00047 #define I2S_STROBE_INIT() do { /* implement me */} while(0)
00048
00049 #endif /* HW_I2S_H */