From 50c1b26e991f438459cf3203a8ad7d7a1e28c38b Mon Sep 17 00:00:00 2001 From: Imam Mashur <58927519+imammashur@users.noreply.github.com> Date: Sun, 30 Jan 2022 15:04:52 +0800 Subject: [PATCH] changing the resoultion check this out : https://www.pololu.com/product/1182 --- drive.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drive.py b/drive.py index 57aacfa..90916c0 100644 --- a/drive.py +++ b/drive.py @@ -18,8 +18,8 @@ 'Half': (1, 0, 0), '1/4': (0, 1, 0), '1/8': (1, 1, 0), - '1/16': (0, 0, 1), - '1/32': (1, 0, 1)} + '1/16': (1, 1, 1) + } GPIO.output(MODE, RESOLUTION['1/32'])