Digistump Forums

The Digispark => Digispark Pro Support => Topic started by: AUAJ on June 21, 2015, 03:06:30 pm

Title: OLED compiling error
Post by: AUAJ on June 21, 2015, 03:06:30 pm
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()){
          ^