I am trying to use the OLED example and I get the error below. It appears that it is in the OLED library.
Has anyone encountered the same error? Any solutions?
C:\Program Files (x86)\Digistump_Arduino\hardware\digistump\avr\libraries\DigisparkOLED\DigisparkOLED.cpp:90:10: error: 'class TwoWire' has no member named 'writeAvailable'
if(Wire.writeAvailable()){
^