Arduino ile metre yapmaya calışıyorum hata alıyorum cozemedim yardım eder misiniz?

Aldığım hata:
Arduino:1.8.11 (Windows 10), Kart:"Arduino Uno"

C:UsersPCDesktopsketch_apr06bsketch_apr06bsketch_a pr06bsketch_apr06b.ino: In function 'void loop()':

sketch_apr06b:27:5: error: 'print' was not declared in this scope

lcdrint("mesafe=");

^~~~~

C:UsersPCDesktopsketch_apr06bsketch_apr06bsketch_a pr06bsketch_apr06b.ino:27:5: note: suggested alternative: 'Print'

lcdrint("mesafe=");

^~~~~

Print

exit status 1
'print' was not declared in this scope

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.