Skip to content

Commit

Permalink
Fix(docs): corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
ReFil committed Aug 23, 2023
1 parent a60e3b3 commit 14539aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/features/backlight.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ A pinctrl file has an `&pinctrl` node that encompasses all pinctrl settings incl
low-power-enable;
};
};
}
};
```

The pin number is handled differently depending on the MCU in question, on nRF boards it is defined as (PWM_OUTX, Y, Z) where X is the PWM channel used (usually 0) Y is first part of the hardware port "PY.01" and Z is the second part of the hardware port "P1.Z".
Expand Down Expand Up @@ -311,7 +311,7 @@ Then add the following lines to your `.overlay` file:
low-power-enable;
};
};
}
};
```

The pin number is handled differently depending on the MCU in question, on nRF boards it is defined as (PWM_OUTX, Y, Z) where X is the PWM channel used (usually 0) Y is first part of the hardware port "PY.01" and Z is the second part of the hardware port "P1.Z".
Expand Down

0 comments on commit 14539aa

Please sign in to comment.