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

10 lines
136 B
C
Raw Normal View History

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