Blackaddr / BALibrary

Provides additional effects and utility classes for use with the Teensy Guitar Audio Pro
GNU Lesser General Public License v2.1
58 stars 8 forks source link

Readme/Wiki/Doc Request: How to Identify Which Rev You Own? #16

Open chipaudette opened 3 years ago

chipaudette commented 3 years ago

Hi,

I have an older TGA. It uses a Teensy 3.6, so I know that it's not a MKII. But, I see that the exaples in the BALibrary suggests that there might be two versions of MK1:

  TGA_PRO_MKII_REV1(); // Declare the version of the TGA Pro you are using.
  //TGA_PRO_REVB(x);
  //TGA_PRO_REVA(x);

It'd be great if your Readme or your Wiki or your owner's manual could help people identify which version they have.

Thanks!

Chip