MNRS-BM-BSP/include/ehrenberg/devices/i2s.h

10 lines
136 B
C

#ifndef _DEVICES_IIS_H
#define _DEVICES_IIS_H
#include "gen/i2s.h"
#define MODE_I2S 1
#define MODE_PDM 2
#endif /* _DEVICES_IIS_H */