Search results

  1. I

    Teensy 4.0 - based Audio Guestbook

    Tanks; That solved that issue, but now I have again another issue. This is what I get when i verify: AudioGuestbook:49: error: redefinition of 'AudioSynthWaveform waveform1' AudioSynthWaveform waveform1; // To create the "beep" sfx ^...
  2. I

    Teensy 4.0 - based Audio Guestbook

    #error "You need to select USB Type Thanks @DD4WH, hadnt seen your reply. Okay, so now ive installed it, but I get the following error message; In file included from C:\Users\ianvi\Arduino\hardware\teensy\avr\libraries\AudioGuestbook\AudioGuestbook.ino:31:0...
  3. I

    Teensy 4.0 - based Audio Guestbook

    Thank you, how do I go about installing it correctly and where exaclty?
  4. I

    Teensy 4.0 - based Audio Guestbook

    Making Audio Guestbook, Issues with the code; MTP_Teensy.h: no such file Hey, I am making this aswell. I am currently stuck at another section; In the beginning of the code it says: #include <Bounce.h> #include <Audio.h> #include <Wire.h> #include <SPI.h> #include <SD.h> #include <TimeLib.h>...
Back
Top