Il y avait des problèmes dans la libraire...

Dependents:   X_NUCLEO_CCA02M1

Fork of ST_I2S by ST

targets/TARGET_STM/TARGET_STM32F4/StmI2sPeripheralPins.h

Committer:
qroche
Date:
2017-09-03
Revision:
32:71fecea1fb29
Parent:
1:f90318e0923b

File content as of revision 32:71fecea1fb29:

#ifndef STM_PERIPHERALPINS_H
#define STM_PERIPHERALPINS_H

#include "pinmap.h"
#include "PeripheralNames.h"

//*** I2S ***

extern const PinMap PinMap_I2S_DATA[];
extern const PinMap PinMap_I2S_FDPX[];
extern const PinMap PinMap_I2S_SCLK[];
extern const PinMap PinMap_I2S_WSEL[];
extern const PinMap PinMap_I2S_MCLK[];

#endif