destroyedlolo
7 years ago
1 changed files with 3 additions and 3 deletions
@ -1,6 +1,6 @@ |
|||||||
#include "Arduino.h" |
#include <Arduino.h> |
||||||
#include "LowLevel.h" |
#include <LowLevel.h> |
||||||
#include "OneWireSlave.h" |
#include <OneWireSlave.h> |
||||||
|
|
||||||
// This is the pin that will be used for one-wire data (depending on your arduino model, you are limited to a few choices, because some pins don't have complete interrupt support)
|
// This is the pin that will be used for one-wire data (depending on your arduino model, you are limited to a few choices, because some pins don't have complete interrupt support)
|
||||||
// On Arduino Uno, you can use pin 2 or pin 3
|
// On Arduino Uno, you can use pin 2 or pin 3
|
Loading…
Reference in new issue