Note
Note
Windows+G
https://drive.google.com/file/d/1-04uWLbEYE_Bhxq6JxfT0flFoaoFq7ud/view
Udemy - PLC from zero to Hero(TIA portal - SIMATIC STEP 7 - ITS PLC)
https://drive.google.com/file/d/1_ao_Ri2Kx_9TQmoOD98walEtxEIqtRw_/view?usp=sharing
Udemy - Integrate Arduino ,Soft PLC and HMI using ModBus TCP
https://drive.google.com/file/d/10nfvJlFdgNYcZYmBPZ98t037XWbZw2vx/view?usp=sharing
Power Engineer
Udemy - Power System Analysis - Part 3 - Power Flow and Short Circuit
https://drive.google.com/file/d/1-0M2t5hCWOGTeG4Svwik2d60Va
void setup() {
// put your setup code here, to run once:
lcd.begin(16, 2);
lcd.setCursor(0, 0);
lcd.print(" DIGITAL ");
lcd.setCursor(0, 1);
lcd.print(" MIKROKONTROLER ");
delay(2000);
lcd.clear();
void loop() {
// put your main code here, to run repeatedly:
lcd.setCursor(0, 0);
lcd.print("M SULTAN ABDAI H");
lcd.setCursor(0, 1);
lcd.print("029");
}
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
int flame = 9;
int mq2 = 8;
int buzz = 7:
// Set the LCD address to 0x27 for a 16 chars and 2 line display
LiquidCrystal_I2C lcd(0x27, 16, 2);
void setup()
{
// initialize the LCD
lcd.begin
void loop() {
}
int NF = digitalRead(flame);
int NM = digitalRead(mq2);
}
else{
digitalWrite(buzz, LOW);
lcd.clear();
lcd.print("Smart Home");
lcd.setCursor(0, 1);
lcd.print("Standby");
delay.(500);
}