Search results

  1. G

    Help - where is write( i2c addr, val ) , which is used in control_sgtl5000.cpp

    Thanks for the quick -- and helpful -- reply. Gary
  2. G

    Help - where is write( i2c addr, val ) , which is used in control_sgtl5000.cpp

    I'm trying to code up a simple Stereo In --> Teensy 3.2 CPU --> Stereo Out using the Audio Board. I'm trying to do this outside the Arduino/Teensyduino framework. I thought I could get a good start looking at the 'control_sgtl5000.cpp' code on the GitHub/Audio page. There is a function...
  3. G

    DSP Instructions

    Hi, I'm trying to code a hilbert transform in DSP, to implement a single-signal direct conversion receiver. This seems to be within the realm of the possible on the Teensy 3.2 ... IF I can use DSP instructions (not the pre-built library calls). Are these available? I guess I don't fully...
Back
Top