Search results

  1. S

    wavFilePlayerUSB

    it's ok now, it's located in control_ak4558.cpp, control_sgtl5000.cpp, control_cs4272.cpp, control_wm873.cpp
  2. S

    wavFilePlayerUSB

    Yes I agree, i would like to use i2c_t3.h only... I dont know where are the others reference to wire.h
  3. S

    wavFilePlayerUSB

    thanks KurtE i was able to build it too with Arduino 1.6.12 and 1.31beta2 (for Teensy 3.2). It worked because the source of wavFilePlayerUSB has changed: it is now wire.h in the including list ! I tried to change it with "i2c_t3.h" and it give the same result... Unable to compile with i2c_t3 :-(
  4. S

    wavFilePlayerUSB

    Hello all ! I try to compile wavfileplayerUSB example from arduino 1.6.11/teensyduino 1.30 (fresh install) and it fail, i have this error: Build options changed, rebuilding all C:\Users\sylvain\AppData\Local\Temp\build84d759f76743107748cabe02740fd854.tmp\libraries\Wire\Wire.cpp.o: In function...
Back
Top