Skip to content

Commit e86374e

Browse files
committed
fix typo
1 parent 8cc2898 commit e86374e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/AS5600/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ void setup()
756756
{
757757
Serial.begin(115200);
758758
...
759-
as5900.begin(4); // set the direction pin
759+
as5600.begin(4); // set the direction pin
760760
as5600.setDirection(AS5600_CLOCK_WISE);
761761
...
762762
}

0 commit comments

Comments
 (0)