Fix(docs): corrections
This commit is contained in:
parent
ca8049461d
commit
3baddc333e
1 changed files with 2 additions and 2 deletions
|
@ -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".
|
||||
|
@ -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".
|
||||
|
|
Loading…
Add table
Reference in a new issue