10 lines
136 B
C
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 */
|