Hi All,
I purchased seediuino film with ;
- OLED FRAME
- Bluetooth
- UARTSB FRAME
I am using Arduino 1.01 to compile sketchs
I copied the Seeduino library under /arduino-1.01/libraries
I connected the units as described in wiki pages
I installed virtual com port and checked UARTSB FRAME by bridging TX and RX
I am receiving following errors while compiling “helloworld” example of OLEDFRAME.
Where did I go Wrong
Does any body can help me ?
regards
Serdar
C:\Users\Serdar GOKSAL\Desktop\arduino-1.0.1\libraries\SeeedOLED\SeeedOLED.cpp: In member function ‘void SeeedOLED::init()’:
C:\Users\Serdar GOKSAL\Desktop\arduino-1.0.1\libraries\SeeedOLED\SeeedOLED.cpp:135: error: ‘delay’ was not declared in this scope
C:\Users\Serdar GOKSAL\Desktop\arduino-1.0.1\libraries\SeeedOLED\SeeedOLED.cpp: In member function ‘void SeeedOLED::sendCommand(unsigned char)’:
C:\Users\Serdar GOKSAL\Desktop\arduino-1.0.1\libraries\SeeedOLED\SeeedOLED.cpp:144: error: ‘class TwoWire’ has no member named ‘send’
C:\Users\Serdar GOKSAL\Desktop\arduino-1.0.1\libraries\SeeedOLED\SeeedOLED.cpp:145: error: ‘class TwoWire’ has no member named ‘send’
C:\Users\Serdar GOKSAL\Desktop\arduino-1.0.1\libraries\SeeedOLED\SeeedOLED.cpp: In member function ‘void SeeedOLED::sendData(unsigned char)’:
C:\Users\Serdar GOKSAL\Desktop\arduino-1.0.1\libraries\SeeedOLED\SeeedOLED.cpp:197: error: ‘class TwoWire’ has no member named ‘send’
C:\Users\Serdar GOKSAL\Desktop\arduino-1.0.1\libraries\SeeedOLED\SeeedOLED.cpp:198: error: ‘class TwoWire’ has no member named ‘send’