
Dialog DA7212 evaluating project DEVELOP branch
Dependencies: FXAS21002 TLV320 mbed sinelookup C12832 FXOS8700
Revision 2:3e6fb6a1f3ef, committed 2016-03-24
- Comitter:
- K4zuki
- Date:
- Thu Mar 24 01:18:16 2016 +0900
- Parent:
- 1:98b55aeebaa5
- Child:
- 3:26a3e8ad4194
- Child:
- 5:f1907e4d1147
- Commit message:
- PinName correct to match K64F
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Mar 22 16:17:26 2016 +0900 +++ b/main.cpp Thu Mar 24 01:18:16 2016 +0900 @@ -11,8 +11,9 @@ #define SAMPLERATE 32000 /* -TLV320 codec(p9, p10); -I2S i2s(I2S_TRANSMIT, p5, p6, p7); +//DA7212 codec(I2C_SDA, I2C_SCL); +TLV320 codec(I2C_SDA, I2C_SCL); +I2S i2s(I2S_TRANSMIT, PTC1, PTB19, PTB18); AnalogIn aIn(p19); AnalogIn vol(p20);