Search results

  1. A

    Teensy 4.1 crashes during play() in the Audio Library

    I am trying to debug my sketch. I can distill it down to the minimum to provide the source code for context if necessary, but I am trying to find documentation on this Audio library. The document that I have found on the pjrc.com site seems to lack sufficient information to help me...
  2. A

    Issues with USB Keyboard via USBHost_t36.h

    Commenting out the lines in the `keyboard.cpp` file helped. Thanks.
  3. A

    Issues with USB Keyboard via USBHost_t36.h

    This is part of Teensyduino, no? If so, it doesn't appear that i have an update candidate within the Board Manager. :( I noticed that a lot of things appear out of date with my Teensyduino installation, which is currently using version 1.59.0. The CMSIS DSP library included is a relatively...
  4. A

    Issues with USB Keyboard via USBHost_t36.h

    Is there any way to suppress the debugging messages? I do not have `#define USBHOST_PRINT_DEBUG` anywhere in my sketch. Additionally, in the USBHost_t36.h file itself, this line is commented out. Despite this, my serial console is absolutely getting spammed with messages such as...
Back
Top