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
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
<ahref="https://www.buymeacoffee.com/khoihprog6"title="Donate to my libraries using BuyMeACoffee"><imgsrc="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"alt="Donate to my libraries using BuyMeACoffee"style="height: 50px!important;width: 181px!important;" ></a>
10
11
<ahref="https://www.buymeacoffee.com/khoihprog6"title="Donate to my libraries using BuyMeACoffee"><imgsrc="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-orange.svg?logo=buy-me-a-coffee&logoColor=FFDD00"style="height: 20px!important;width: 200px!important;" ></a>
The following is the sample terminal output when running example [PWM_DynamicDutyCycle](examples/PWM_DynamicDutyCycle) on **megaAVR Nano Every** using `MegaCoreX`, to demonstrate the ability to provide high PWM frequencies and ability to change DutyCycle `on-the-fly`.
327
330
328
331
329
-
```
332
+
```cpp
330
333
Starting PWM_DynamicDutyCycle on MegaCoreX Nano Every
The following is the sample terminal output when running example [**PWM_Multi**](examples/PWM_Multi) on **megaAVR Nano Every**, to demonstrate the ability to provide high PWM frequencies on multiple `PWM-capable` pins.
The following is the sample terminal output when running example [**PWM_DynamicFreq**](examples/PWM_DynamicFreq) on **megaAVR Nano Every**, to demonstrate the ability to change dynamically PWM frequencies.
The following is the sample terminal output when running example [**PWM_Waveform**](examples/PWM_Waveform) on **megaAVR Nano Every**, to demonstrate how to use the `setPWM_manual()` function in wafeform creation
444
447
445
448
446
-
```
449
+
```cpp
447
450
Starting PWM_Waveform on megaAVR Nano Every
448
451
megaAVR_PWM v1.0.0
449
452
[PWM] megaAVR_PWM: _dutycycle = 0
@@ -568,4 +571,4 @@ If you want to contribute to this project:
<ahref="https://www.buymeacoffee.com/khoihprog6"title="Donate to my libraries using BuyMeACoffee"><imgsrc="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"alt="Donate to my libraries using BuyMeACoffee"style="height: 50px!important;width: 181px!important;" ></a>
11
+
<ahref="https://www.buymeacoffee.com/khoihprog6"title="Donate to my libraries using BuyMeACoffee"><imgsrc="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-orange.svg?logo=buy-me-a-coffee&logoColor=FFDD00"style="height: 20px!important;width: 200px!important;" ></a>
0 commit comments