From 53dd2aeff49b15e8e524f4e94d18a56e2b32de50 Mon Sep 17 00:00:00 2001 From: Tony Date: Wed, 13 Apr 2022 21:20:08 +0100 Subject: [PATCH] sync properly dammit ! --- Function Generator/pio_rotary_encoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Function Generator/pio_rotary_encoder.cpp b/Function Generator/pio_rotary_encoder.cpp index 13262ec..a6727b8 100644 --- a/Function Generator/pio_rotary_encoder.cpp +++ b/Function Generator/pio_rotary_encoder.cpp @@ -5,7 +5,7 @@ #include "hardware/clocks.h" #include "pio_rotary_encoder.pio.h" #include "pio_blink.pio.h" - +// void blink_pin_forever(PIO pio, uint sm, uint offset, uint pin, uint freq); class RotaryEncoder { // class to read the rotation of the rotary encoder