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

10 lines
124 B
C
Raw Normal View History

2024-06-10 12:21:20 +02:00
#ifndef _BSP_IIS_H
#define _BSP_IIS_H
#include "gen/i2s.h"
2024-07-01 11:41:28 +02:00
#define MODE_I2S 1
#define MODE_PDM 2
2024-06-10 12:21:20 +02:00
#endif /* _BSP_IIS_H */