rock on bp encoder pads were in the wrong order, so the left encoder was reversed

This commit is contained in:
Sadek Baroudi 2022-10-14 23:23:10 -07:00
parent b711047fd8
commit 2fdfe151e2
1 changed files with 2 additions and 2 deletions

View File

@ -142,8 +142,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// #define I2C1_DUTY_CYCLE FAST_DUTY_CYCLE_2
/* encoder config */
#define ENCODERS_PAD_A {A8, B14}
#define ENCODERS_PAD_B {B15, B13}
#define ENCODERS_PAD_A {B15, B14}
#define ENCODERS_PAD_B {A8, B13}
#define ENCODER_RESOLUTION 2
// disable testing