You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from c:\Users\Username\Documents\Arduino\libraries\ArduinoBLE\src/ArduinoBLE.h:26,
from C:\Users\Username\Documents\Arduino\Arduino_Apollo3\libraries\Apollo3\examples\Example11_BLEAdvertise\Example11_BLEAdvertise.ino:1:
c:\Users\Username\Documents\Arduino\libraries\ArduinoBLE\src/BLETypedCharacteristics.h:60:61: error: 'word' was not declared in this scope
class BLEWordCharacteristic : public BLETypedCharacteristic<word> {
^~~~
c:\Users\Username\Documents\Arduino\libraries\ArduinoBLE\src/BLETypedCharacteristics.h:60:65: error: template argument 1 is invalid
class BLEWordCharacteristic : public BLETypedCharacteristic<word> {
^
exit status 1
Compilation error: exit status 1
The text was updated successfully, but these errors were encountered:
I am trying to run the basic BLE example on an Artemis ATP board, but it won't compile. I am using version(s):
The text was updated successfully, but these errors were encountered: