Open ivanpiffer opened 7 years ago
to avoid the error "OneWire.cpp:122:23: error: 'delayMicroseconds' was not declared in this scope" add the line
the result is: "#include "OneWire.h"
//#include "Arduino.h"
// Constructor with no parameters for compatability with OneWire lib OneWire::OneWire()"... ecc
to avoid the error "OneWire.cpp:122:23: error: 'delayMicroseconds' was not declared in this scope" add the line
include "Arduino.h" to OneWire.cpp
the result is: "#include "OneWire.h"
include
//#include "Arduino.h"
// Constructor with no parameters for compatability with OneWire lib OneWire::OneWire()"... ecc