WRITING THE KEYBOARD SECURITY PANEL SOFTWARE WITH ARDUINO #PART 3
Hello to everyone,
We continue to Arduino classes. In this lesson we will write the loop cycle of the circuit with the keypad with the setup we made. I'll tell the loop loop in two steps. I made a video narration. You can improve your software and electronic information by following it in detail. We learn how to write a loop loop with this lesson. You can access the video below.
Herkese merhaba,
Arduino derslerine devam ediyoruz. Bu dersimizde kurulumunu yaptığımız Tuş takımlı güvenlik paneli devresinin loop döngüsünü yazacağız. Loop döngüsünü iki aşamada anlatacağım. Video ile bir anlatım yaptım. Detaylıca izleyerek yazılım ve elektronik bilginizi geliştirebilirsiniz. Loop döngüsünün nasıl yazılacağını bu ders ile öğreniyoruz. Videoya aşağıdan ulaşabilirsiniz.

Kod:
void loop()
{
char hangi_tus = keypad.getKey () ;
if (hangi_tus == '*' || hangi_tus == '#')
{
position = 0;
setLocked(true) ;
}
if (hangi_tus == guvenlik_kodu[position])
{
position ++;
setLocked (false);
}
delay(100);
}
Posted on Utopian.io - Rewarding Open Source Contributors
Thank you for the contribution. It has been approved.
You can contact us on Discord.
[utopian-moderator]
Hey @sametceylan I am @utopian-io. I have just upvoted you!
Achievements
Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!
Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x