Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Wire' was not declared in this scope #9

Open
sburggsx opened this issue Sep 10, 2023 · 0 comments
Open

'Wire' was not declared in this scope #9

sburggsx opened this issue Sep 10, 2023 · 0 comments

Comments

@sburggsx
Copy link

Error as below. I have already added an #include <SPI.h> to the project. If I add #include <Wire.h> the errors mulitply dramatically. Is this just an issue with a newer library for the screens?

/Users/me/Downloads/ESP8266-Wardriving-master 2/src/ESP8266-Wardriving/ESP8266-Wardriving.ino:13:36: error: 'Wire' was not declared in this scope
13 | Adafruit_SSD1306 display(128, 64, &Wire, -1); // shared reset
| ^~~~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant