Smart-Home am Beispiel der Präsenzerkennung im Raum Projektarbeit Lennart Heimbs, Johannes Krug, Sebastian Dohle und Kevin Holzschuh bei Prof. Oliver Hofmann SS2019
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

issue_template.md 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. Please use this form only to report code defects or bugs.
  2. For any question, even questions directly pertaining to this code, post your question on the forums related to the board you are using.
  3. Arduino: forum.arduino.cc
  4. Teensy: forum.pjrc.com
  5. ESP8266: www.esp8266.com
  6. ESP32: www.esp32.com
  7. Adafruit Feather/Metro/Trinket: forums.adafruit.com
  8. Particle Photon: community.particle.io
  9. If you are experiencing trouble but not certain of the cause, or need help using this code, ask on the appropriate forum. This is not the place to ask for support or help, even directly related to this code. Only use this form you are certain you have discovered a defect in this code!
  10. Please verify the problem occurs when using the very latest version, using the newest version of Arduino and any other related software.
  11. ----------------------------- Remove above -----------------------------
  12. ### Description
  13. Describe your problem.
  14. ### Steps To Reproduce Problem
  15. Please give detailed instructions needed for anyone to attempt to reproduce the problem.
  16. ### Hardware & Software
  17. Board
  18. Shields / modules used
  19. Arduino IDE version
  20. Teensyduino version (if using Teensy)
  21. Version info & package name (from Tools > Boards > Board Manager)
  22. Operating system & version
  23. Any other software or hardware?
  24. ### Arduino Sketch
  25. ```cpp
  26. // Change the code below by your sketch (please try to give the smallest code which demonstrates the problem)
  27. #include <Arduino.h>
  28. // libraries: give links/details so anyone can compile your code for the same result
  29. void setup() {
  30. }
  31. void loop() {
  32. }
  33. ```
  34. ### Errors or Incorrect Output
  35. If you see any errors or incorrect output, please show it here. Please use copy & paste to give an exact copy of the message. Details matter, so please show (not merely describe) the actual message or error exactly as it appears.