PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

ISSUE_TEMPLATE.md 850B

il y a 3 ans
12345678910111213141516171819202122232425
  1. **Board:** ARDUINO UNO
  2. **Library Version:** 2.1.0
  3. **Protocol:** Sony (if any)
  4. **Code Block:**
  5. ```c
  6. #include <IRremote.h>
  7. .....
  8. ```
  9. Use [a gist](gist.github.com) if the code exceeds 30 lines
  10. **checklist:**
  11. - [] I have **read** the README.md file thoroughly
  12. - [] I have searched existing issues to see if there is anything I have missed.
  13. - [] The latest [release](https://github.com/z3t0/Arduino-IRremote/releases/latest) is used
  14. - [] Any code referenced is provided and if over 30 lines a gist is linked INSTEAD of it being pasted in here
  15. - [] The title of the issue is helpful and relevant
  16. ** We will start to close issues that do not follow these guidelines as it doesn't help the contributors who spend time trying to solve issues if the community ignores guidelines!**
  17. The above is a short template allowing you to make detailed issues!