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 b0f48be commit 9755a41
Show file tree
Hide file tree
Showing 12 changed files with 111 additions and 632 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you don't find anything, please [open a new issue](https://github.com/khoih-p
Please ensure to specify the following:

* Arduino IDE version (e.g. 1.8.19) or Platform.io version
* `SAMD` Core Version (e.g. Arduino SAMD core v1.8.12, Adafruit SAMD core v1.7.8, Seeed Studio SAMD v1.8.2, Sparkfun SAMD v1.8.3)
* `SAMD` Core Version (e.g. Arduino SAMD core v1.8.13, Adafruit SAMD core v1.7.9, Seeed Studio SAMD v1.8.2, Sparkfun SAMD v1.8.3)
* Board type and relevant info
* Contextual information (e.g. what you were trying to achieve)
* Simplest possible steps to reproduce
Expand All @@ -28,10 +28,10 @@ Please ensure to specify the following:

```
Arduino IDE version: 1.8.19
Arduino SAMD Core Version 1.8.12
Arduino SAMD Core Version 1.8.13
SAMD_NANO_33_IOT
OS: Ubuntu 20.04 LTS
Linux xy-Inspiron-3593 5.4.0-96-generic #109-Ubuntu SMP Wed Jan 12 16:49:16 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Linux xy-Inspiron-3593 5.4.0-100-generic #113-Ubuntu SMP Thu Feb 3 18:43:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Context:
I encountered a crash while using SAMD_Slow_PWM.
Expand Down
Loading

0 comments on commit 9755a41

Please sign in to comment.