-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
saintbyte
committed
Feb 5, 2013
1 parent
f837544
commit dc4079e
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
EN: | ||
If you have problem like: | ||
RU | ||
Если у вас проблемы типа: | ||
\SeeedOLED\SeeedOLED.cpp: In member function 'void SeeedOLED::init()': | ||
\SeeedOLED\SeeedOLED.cpp:135: error: 'delay' was not declared in this scope | ||
\SeeedOLED\SeeedOLED.cpp: In member function 'void SeeedOLED::sendCommand(unsigned char)': | ||
\SeeedOLED\SeeedOLED.cpp:144: error: 'class TwoWire' has no member named 'send' | ||
\SeeedOLED\SeeedOLED.cpp:145: error: 'class TwoWire' has no member named 'send' | ||
\SeeedOLED\SeeedOLED.cpp: In member function 'void SeeedOLED::sendData(unsigned char)': | ||
\SeeedOLED\SeeedOLED.cpp:197: error: 'class TwoWire' has no member named 'send' | ||
\SeeedOLED\SeeedOLED.cpp:198: error: 'class TwoWire' has no member named 'send' | ||
|
||
Or / или | ||
|
||
\SeeedOLED\SeeedOLED.cpp: In member function 'void SeeedOLED::sendData(unsigned char)': | ||
\SeeedOLED\SeeedOLED.cpp:134: error: 'class TwoWire' has no member named 'send' | ||
\SeeedOLED\SeeedOLED.cpp:135: error: 'class TwoWire' has no member named 'send' | ||
\SeeedOLED\SeeedOLED.cpp: In member function 'void SeeedOLED::sendCommand(unsigned char)': | ||
\SeeedOLED\SeeedOLED.cpp:151: error: 'class TwoWire' has no member named 'send' | ||
\SeeedOLED\SeeedOLED.cpp:152: error: 'class TwoWire' has no member named 'send' | ||
|
||
EN:TRY library from this repo | ||
RU:Поробуйте использовать эту версию библиотеки |