Skip to content
Snippets Groups Projects
Commit da943abb authored by Orhan-Timo Altan's avatar Orhan-Timo Altan
Browse files

Update README.md

parent 188ad682
No related branches found
No related tags found
No related merge requests found
......@@ -44,5 +44,10 @@ thk_IrController ir_sensor(IR_PIN);
- Für das Empfangen der Signale wird folgende Methode verwendet: `ir_sensor.receive_command()`
## **Anmerkung**
FÜr die Verwendung der [IRremote](https://github.com/Arduino-IRremote/Arduino-IRremote) Bibliothek mit einem Buzzer, muss der Timer, welche die [IRremote](https://github.com/Arduino-IRremote/Arduino-IRremote) Bibliothek verwendet, angepasst werden.
** Timer ändern**
In der [IRremote](https://github.com/Arduino-IRremote/Arduino-IRremote) Bibliothek im "/src/private"-Ordner den Timer für den Arduino Mega von Timer2 auf Timer3 ändern.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment