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
if i take a variable and give it the value "ultrasonic.MeasureInMillimeters();" the arduino ide says, that this does not exist (exact error message below). I have the library installed and other things like
"ultrasonic.MeasureInCentimeters();" work just fine. I am using version 1.0.0 of this library.
Complete Error Message:
Arduino: 1.8.15 (Windows 10), Board: "Arduino Uno"
C:\Users\PC\Desktop\sketch_jul06a\sketch_jul06a.ino: In function 'void loop()':
sketch_jul06a:42:28: error: 'class Ultrasonic' has no member named 'MeasureInMillimeters'; did you mean 'MeasureInCentimeters'?
centimeters = ultrasonic.MeasureInMillimeters();
^~~~~~~~~~~~~~~~~~~~
MeasureInCentimeters
exit status 1
'class Ultrasonic' has no member named 'MeasureInMillimeters'; did you mean 'MeasureInCentimeters'?
Note for further questions: i am not that active on GitHub, if you try to contact me, please use my discord (Ken Rosenberg#9127)
The text was updated successfully, but these errors were encountered:
BigSmoke908
changed the title
"ultrasonic.MeasureInMillimeter();" not working
"ultrasonic.MeasureInMillimeters();" not working
Mar 22, 2022
if i take a variable and give it the value "ultrasonic.MeasureInMillimeters();" the arduino ide says, that this does not exist (exact error message below). I have the library installed and other things like
"ultrasonic.MeasureInCentimeters();" work just fine. I am using version 1.0.0 of this library.
Complete Error Message:
Arduino: 1.8.15 (Windows 10), Board: "Arduino Uno"
C:\Users\PC\Desktop\sketch_jul06a\sketch_jul06a.ino: In function 'void loop()':
sketch_jul06a:42:28: error: 'class Ultrasonic' has no member named 'MeasureInMillimeters'; did you mean 'MeasureInCentimeters'?
centimeters = ultrasonic.MeasureInMillimeters();
exit status 1
'class Ultrasonic' has no member named 'MeasureInMillimeters'; did you mean 'MeasureInCentimeters'?
Note for further questions: i am not that active on GitHub, if you try to contact me, please use my discord (Ken Rosenberg#9127)
The text was updated successfully, but these errors were encountered: