I am using the Wire.cpp library and if you open the file you will see at the end.This line
extern TwoWire Wire;
The lib is by default inside Arduino IDE at the examples. I am using Eclipse. I get an error that a method must be implemented.
> Description Resource Path Location Type The type 'TwoWire' must
> implement the inherited pure virtual method 'Print::write' Wire.h
> /ArduinoCore/src line 76 Code Analysis Problem
I do not know how to implement it. What should this function do? should just open and close brackets?
So i understand the problem but how can write in the function at its implementation?