From 8c5ca9ee5c503b18962a1429b919d40e3cf7bb26 Mon Sep 17 00:00:00 2001 From: Grazfather Date: Fri, 24 Jan 2025 23:08:00 -0500 Subject: [PATCH] Update readme --- drivers/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/README.md b/drivers/README.md index 30927958..cf954492 100644 --- a/drivers/README.md +++ b/drivers/README.md @@ -19,4 +19,5 @@ A collection of device drivers for the use with MicroZig. - Wireless - [ ] [SX1276, SX1278](https://github.com/ZigEmbeddedGroup/microzig/issues/248) - Stepper - - [ ] A4988 + - [x] A4988 + - [x] DRV8825 (Implemented but untested)