From 8388f952f4cb4c14cef0c42b923fc63806c18233 Mon Sep 17 00:00:00 2001 From: Tyson Date: Sun, 21 Feb 2021 17:04:34 +1100 Subject: [PATCH] Updated readme for FM3 support --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b8314f..a468f7a 100644 --- a/README.md +++ b/README.md @@ -68,12 +68,11 @@ the library. // Declare an instance of this class above your setup() function. // Optionally register a notification callback, optionally turn on auto-refresh, // and then just call Axe.update() in the main loop and you are ready to roll. - AxeSystem(); // By default AxeFxIII will be assumed. This constructor allows another product such as FM3 to be used - // For AxeFx3 pass 0x10 (default) - // For FM3 pass 0x11 - AxeSystem(byte sysexFractalVersion); + // For AxeFx3 pass FRACTAL_PRODUCT_AXEFX3 (default) + // For FM3 pass FRACTAL_PRODUCT_FM3 + AxeSystem(byte sysexFractalVersion = FRACTAL_PRODUCT_AXEFX3); // You must call begin with a hardware serial such as Serial1. Optionally set the // MIDI channel, defaults to OMNI.