Skip to content

Commit

Permalink
Update module comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Grazfather committed Jan 25, 2025
1 parent 8c5ca9e commit 0da25c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/stepper/stepper.zig
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//!
//! Generic driver for the A4988 stepped motor controller
//! Generic driver for various stepper motor drivers
//!
//! Datasheet:
//! https://www.allegromicro.com/~/media/Files/Datasheets/A4988-Datasheet.ashx
//!
//! * A4988: https://www.allegromicro.com/~/media/Files/Datasheets/A4988-Datasheet.ashx
//! * DRV8825: https://www.ti.com/lit/ds/symlink/drv8825.pdf
//!

const std = @import("std");
Expand Down

0 comments on commit 0da25c0

Please sign in to comment.