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

Cannot build with Nordic 52832 #20

Open
LiveRock opened this issue Jul 11, 2022 · 0 comments
Open

Cannot build with Nordic 52832 #20

LiveRock opened this issue Jul 11, 2022 · 0 comments

Comments

@LiveRock
Copy link

Errors:

.pio/libdeps/nrf52_dk/EasyBuzzer/src/EasyBuzzer.cpp:82:2: error: 'noTone' was not declared in this scope
noTone(mPin);
^~~~~~
.pio/libdeps/nrf52_dk/EasyBuzzer/src/EasyBuzzer.cpp: In member function 'void EasyBuzzerClass::update()':
.pio/libdeps/nrf52_dk/EasyBuzzer/src/EasyBuzzer.cpp:149:3: error: 'tone' was not declared in this scope
tone(mPin, mFreq);
^~~~
.pio/libdeps/nrf52_dk/EasyBuzzer/src/EasyBuzzer.cpp:149:3: note: suggested alternative: 'tanl'
tone(mPin, mFreq);
^~~~
tanl
.pio/libdeps/nrf52_dk/EasyBuzzer/src/EasyBuzzer.cpp:153:3: error: 'noTone' was not declared in this scope
noTone(mPin);
^~~~~~
*** [.pio/build/nrf52_dk/lib1fa/EasyBuzzer/EasyBuzzer.cpp.o] Error 1
Indexing .pio/build/nrf52_dk/libFrameworkArduinoVariant.a
lib/segLCD/segLCD.cpp: In function 'void HT162x_SendBits(uint16_t, uint8_t, boolean)':
lib/segLCD/segLCD.cpp:45:44: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
uint16_t mask = LSB_FIRST ? 1 : 1 << bits-1;

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