Skip to content

Commit

Permalink
Fix comments in FloppyDrives.cpp (Sammy1Am#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPalo authored Aug 30, 2020
1 parent 8a6186a commit 02b3ed1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ void FloppyDrives::setup() {
pinMode(15, OUTPUT); // Direction 7
pinMode(16, OUTPUT); // Step control 8
pinMode(17, OUTPUT); // Direction 8
pinMode(18, OUTPUT); // Direction 9
pinMode(19, OUTPUT); // Step control 9
pinMode(18, OUTPUT); // Step control 9
pinMode(19, OUTPUT); // Direction 9


// With all pins setup, let's do a first run reset
Expand Down

0 comments on commit 02b3ed1

Please sign in to comment.