Code shows error help me
Code shows error at gsm.print(str); please help
Arduino: 1.8.9 (Windows 10), Board: "Arduino/Genuino Uno"gsm_motor_control.ino:3:31: error: LiquidCrystal_I2C.h: No such file or directorycompilation terminated.exit status 1LiquidCrystal_I2C.h: No such file or directorycode shows this error...pls help me
error: invalid types 'int[int]' for array subscript if (number[0] == str[0] && number[1] == str[1] && number[2] == str[2] && number[3] == str[3]need help on this lineif (!(number[0] == str[0] && number[1] == str[1] && number[2] == str[2] && number[3] == str[3]&& number[4] == str[4] && number[5] == str[5] && number[6] == str[6] && number[7] == str[7]&& number[8] == str[8] && number[9] == str[9] && number[10] == str[10] && number[11] == str[11] ****************
this code throwing some error while compiling??gsm.print(str); what will be the issue ?
Hey the code seems to give an error how could i fix it
1fvv54c.r40b\sketch_dec1b\sketch_dec1b.ino:331:11: error: 'str' was not declared in this scope gsm.print(str); ^~~exit status 1Compilation error: 'str' was not declared in this scope
7 Comments
Code shows error help me
ReplyDeleteCode shows error at gsm.print(str); please help
ReplyDeleteArduino: 1.8.9 (Windows 10), Board: "Arduino/Genuino Uno"
ReplyDeletegsm_motor_control.ino:3:31: error: LiquidCrystal_I2C.h: No such file or directory
compilation terminated.
exit status 1
LiquidCrystal_I2C.h: No such file or directory
code shows this error...pls help me
error: invalid types 'int[int]' for array subscript
ReplyDeleteif (number[0] == str[0] && number[1] == str[1] && number[2] == str[2] && number[3] == str[3]
need help on this line
if (!(number[0] == str[0] && number[1] == str[1] && number[2] == str[2] && number[3] == str[3]
&& number[4] == str[4] && number[5] == str[5] && number[6] == str[6] && number[7] == str[7]
&& number[8] == str[8] && number[9] == str[9] && number[10] == str[10] && number[11] == str[11] ****************
this code throwing some error while compiling??gsm.print(str);
ReplyDeletewhat will be the issue ?
Hey the code seems to give an error how could i fix it
ReplyDelete1fvv54c.r40b\sketch_dec1b\sketch_dec1b.ino:331:11: error: 'str' was not declared in this scope
ReplyDeletegsm.print(str);
^~~
exit status 1
Compilation error: 'str' was not declared in this scope