From 500fd42db7b375130a46f55e09f9c8691d528dfe Mon Sep 17 00:00:00 2001 From: Ystinia Zalatova <94921687+ystinia@users.noreply.github.com> Date: Sun, 10 Aug 2025 21:08:27 +0100 Subject: [PATCH] Create Readme.md --- general/package/gpio-motors/Readme.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 general/package/gpio-motors/Readme.md diff --git a/general/package/gpio-motors/Readme.md b/general/package/gpio-motors/Readme.md new file mode 100644 index 00000000..54b2ca61 --- /dev/null +++ b/general/package/gpio-motors/Readme.md @@ -0,0 +1,22 @@ +## Introduction + +This package is created and intended for unification and use in all firmware and on various processors where the method of connecting motors via GPIO is used. + +### System variables + +``` +gpio-motors +``` + +### Known devices + +- [GK7205V200](#) +- [GM8136-faleemi](#) +- [HI3516CV200-fdt](#) +- [SSC337DE-foscam](#) + +We will add more information as soon as possible after testing. + +### More info + +- [Our Wiki](https://github.com/OpenIPC/wiki/blob/master/en/motors.md)