We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I just built using platformio, and simply including the lib as a dependency as SevenSegmentTM1637 in lib_deps causes the build error:
SevenSegmentTM1637
lib_deps
.pio/libdeps/nano/SevenSegmentTM1637/src/SevenSegmentFun.cpp:187:80: error: no 'void SevenSegmentFun::bouncingBall(uint16_t, uint16_t, bool)' member function declared in class 'SevenSegmentFun' void SevenSegmentFun::bouncingBall(uint16_t moves, uint16_t d, bool runForever) { ^ *** [.pio/build/nano/libaf9/SevenSegmentTM1637/SevenSegmentFun.cpp.o] Error 1
Using the github path as the dep builds fine, so I assume the lib needs re-uploading.
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I just built using platformio, and simply including the lib as a dependency as
SevenSegmentTM1637
inlib_deps
causes the build error:Using the github path as the dep builds fine, so I assume the lib needs re-uploading.
Thanks!
The text was updated successfully, but these errors were encountered: