You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/documentation/io-types/pwm.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,12 @@ Results from PWM Detection
104
104
45: op dh pd | hi // FAN_PWM/GPIO45 = output
105
105
```
106
106
107
+
If you have used the IOChecker before and want to make sure you are using the latest version, you need to clear the JBang cache:
108
+
109
+
```shell
110
+
$ jbang cache clear
111
+
```
112
+
107
113
## Linuxfs Provider (linuxfs-pwm)
108
114
109
115
As of version 2.6.0 of Pi4J, `linuxfs-pwm` also supports hardware PWM on the Raspberry Pi 5. More information and an example implementation is available in the blog post [PWM Hardware Support on Raspberry Pi5](/blog/2024/20240423_pwm_rpi5/).
0 commit comments