From 808197b93c019c51d5c5a604fa9859b9b46f65c8 Mon Sep 17 00:00:00 2001 From: Ystinia Zalatova <94921687+ystinia@users.noreply.github.com> Date: Sun, 10 Aug 2025 21:00:01 +0100 Subject: [PATCH] Update motors.md, add some link's. --- en/motors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/motors.md b/en/motors.md index b2e3051..1ae0840 100644 --- a/en/motors.md +++ b/en/motors.md @@ -14,7 +14,7 @@ Some motors can be controlled through a UART TTY device. See [xm-uart.](https:// ### GPIO -This is a simple and direct method to control a stepper motor by setting off GPIOs to a component on the board that assists in driving the motor. As long as you can probe your board and determine which GPIOs are connected to something like a ULN2803, there's a good chance you'll be able to control it. +This is a simple and direct method to control a stepper motor by setting off GPIOs to a component on the board that assists in driving the motor. As long as you can probe your board and determine which GPIOs are connected to something like a ULN2803, there's a good chance you'll be able to control it. See [gpio-motors.](https://github.com/OpenIPC/firmware/tree/master/general/package/gpio-motors) #### ULN2003 Pinout ![wfdsad](../images/uln2803-pinout.png)