C:\Users\EXCALIBUR\AppData\Local\Temp.arduinoIDE-unsaved2024727-13984-1uclvpj.qej9f\sketch_aug27a\sketch_aug27a.ino: In function ‘void loop()’:
C:\Users\EXCALIBUR\AppData\Local\Temp.arduinoIDE-unsaved2024727-13984-1uclvpj.qej9f\sketch_aug27a\sketch_aug27a.ino:32:68: error: ‘digitlRead’ was not declared in this scope
if(digitalRead(SensorSol) == 0 && digitalRead(SensorOrta) == 1 && digitlRead(SensorSag) == 0){
^~~~~~~~~~
C:\Users\EXCALIBUR\AppData\Local\Temp.arduinoIDE-unsaved2024727-13984-1uclvpj.qej9f\sketch_aug27a\sketch_aug27a.ino:32:68: note: suggested alternative: ‘digitalRead’
if(digitalRead(SensorSol) == 0 && digitalRead(SensorOrta) == 1 && digitlRead(SensorSag) == 0){
^~~~~~~~~~
digitalRead
C:\Users\EXCALIBUR\AppData\Local\Temp.arduinoIDE-unsaved2024727-13984-1uclvpj.qej9f\sketch_aug27a\sketch_aug27a.ino:36:68: error: ‘digitlRead’ was not declared in this scope
if(digitalRead(SensorSol) == 0 && digitalRead(SensorOrta) == 0 && digitlRead(SensorSag) == 1){
^~~~~~~~~~
C:\Users\EXCALIBUR\AppData\Local\Temp.arduinoIDE-unsaved2024727-13984-1uclvpj.qej9f\sketch_aug27a\sketch_aug27a.ino:36:68: note: suggested alternative: ‘digitalRead’
if(digitalRead(SensorSol) == 0 && digitalRead(SensorOrta) == 0 && digitlRead(SensorSag) == 1){
^~~~~~~~~~
digitalRead
C:\Users\EXCALIBUR\AppData\Local\Temp.arduinoIDE-unsaved2024727-13984-1uclvpj.qej9f\sketch_aug27a\sketch_aug27a.ino:40:68: error: ‘digitlRead’ was not declared in this scope
if(digitalRead(SensorSol) == 1 && digitalRead(SensorOrta) == 0 && digitlRead(SensorSag) == 0){
^~~~~~~~~~
C:\Users\EXCALIBUR\AppData\Local\Temp.arduinoIDE-unsaved2024727-13984-1uclvpj.qej9f\sketch_aug27a\sketch_aug27a.ino:40:68: note: suggested alternative: ‘digitalRead’
if(digitalRead(SensorSol) == 1 && digitalRead(SensorOrta) == 0 && digitlRead(SensorSag) == 0){
^~~~~~~~~~
digitalRead
C:\Users\EXCALIBUR\AppData\Local\Temp.arduinoIDE-unsaved2024727-13984-1uclvpj.qej9f\sketch_aug27a\sketch_aug27a.ino:44:68: error: ‘digitlRead’ was not declared in this scope
if(digitalRead(SensorSol) == 0 && digitalRead(SensorOrta) == 0 && digitlRead(SensorSag) == 0){
^~~~~~~~~~
C:\Users\EXCALIBUR\AppData\Local\Temp.arduinoIDE-unsaved2024727-13984-1uclvpj.qej9f\sketch_aug27a\sketch_aug27a.ino:44:68: note: suggested alternative: ‘digitalRead’
if(digitalRead(SensorSol) == 0 && digitalRead(SensorOrta) == 0 && digitlRead(SensorSag) == 0){
^~~~~~~~~~
digitalRead
exit status 1
Compilation error: ‘digitlRead’ was not declared in this scope