Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
v1.2.2 to fix missing header file
Browse files Browse the repository at this point in the history
### Releases v1.2.2

1. Use correct `PWM_Generic_Debug.h` file. Check [missing header #2](#2)
2. Display informational warning only when `_PWM_LOGLEVEL_` > 3
3. Update `Packages' Patches`
  • Loading branch information
khoih-prog authored Mar 3, 2022
1 parent 9755a41 commit 9d52871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Another way to install is to:

1. Install [VS Code](https://code.visualstudio.com/)
2. Install [PlatformIO](https://platformio.org/platformio-ide)
3. Install [**SAMD_Slow_PWM** library](https://platformio.org/lib/show/12907/SAMD_Slow_PWM) by using [Library Manager](https://platformio.org/lib/show/12907/SAMD_Slow_PWM/installation). Search for **SAMD_Slow_PWM** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
3. Install [**SAMD_Slow_PWM** library](https://registry.platformio.org/libraries/khoih-prog/SAMD_Slow_PWM) by using [Library Manager](https://registry.platformio.org/libraries/khoih-prog/SAMD_Slow_PWM/installation). Search for **SAMD_Slow_PWM** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
4. Use included [platformio.ini](platformio/platformio.ini) file from examples to ensure that all dependent libraries will installed automatically. Please visit documentation for the other options and examples at [Project Configuration File](https://docs.platformio.org/page/projectconf.html)

---
Expand Down Expand Up @@ -325,7 +325,7 @@ in many files. But be sure to use the following `.h` file **in just 1 `.h`, `.cp
#include "SAMD_Slow_PWM.h" //https://github.com/khoih-prog/SAMD_Slow_PWM
```

Check the new [**multiFileProject** example](examples/multiFileProject) for a `HOWTO` demo.
Check the new [**SAMD21 multiFileProject** example](examples/SAMD21/multiFileProject) or [**SAMD51 multiFileProject** example](examples/SAMD51/multiFileProject) for a `HOWTO` demo.

Have a look at the discussion in [Different behaviour using the src_cpp or src_h lib #80](https://github.com/khoih-prog/ESPAsync_WiFiManager/discussions/80)

Expand Down

0 comments on commit 9d52871

Please sign in to comment.