mam z tym kodem problem bo w miejscach :
if( readValue &t 450){
lcd.print("Niski")
}else if( readValue &t 720){
lcd.print("Sredni")
}else{
lcd.print("Wysoki")
}
wystepuje jakis problem ze po prostu wyskakuje Error
![Undecided Undecided]()
#include &tLiquidCrystal_I2C.h&t
LiquidCrystal_I2C lcd(0x3F, 16, 2);
int readPin = A0;
int readValue;
void setup() {
// put your setup code here, to run once:
lcd.init();
lcd.backlight();
pinMode(readPin, INPUT);
Serial.begin(9600);
}
void loop() {
// put your main code here, to run repeatedly:
readValue = analogRead(readPin);
lcd.clear();
lcd.setCursor(0,0),
lcd.print("Poziom Wody:");
lcd.setCursor(0,1)
if( readValue &t 450){
lcd.print("Niski")
}else if( readValue &t 720){
lcd.print("Sredni")
}else{
lcd.print("Wysoki")
}
delay(1000);
}
if( readValue &t 450){
lcd.print("Niski")
}else if( readValue &t 720){
lcd.print("Sredni")
}else{
lcd.print("Wysoki")
}
wystepuje jakis problem ze po prostu wyskakuje Error



#include &tLiquidCrystal_I2C.h&t
LiquidCrystal_I2C lcd(0x3F, 16, 2);
int readPin = A0;
int readValue;
void setup() {
// put your setup code here, to run once:
lcd.init();
lcd.backlight();
pinMode(readPin, INPUT);
Serial.begin(9600);
}
void loop() {
// put your main code here, to run repeatedly:
readValue = analogRead(readPin);
lcd.clear();
lcd.setCursor(0,0),
lcd.print("Poziom Wody:");
lcd.setCursor(0,1)
if( readValue &t 450){
lcd.print("Niski")
}else if( readValue &t 720){
lcd.print("Sredni")
}else{
lcd.print("Wysoki")
}
delay(1000);
}