NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

int led1 = 2; //2.digital pini led1 değişkenine atadık
int led2 = 3; //3.digital pini led2 değişkenine atadık
int led3 = 4; //4.digital pini led3 değişkenine atadık
int buzzer4 = 5; //5.digital pini buzzer4 değişkenine atadık
int pot = A0; //A0 analog pini pot değişkenine atadık
int potdeger; //Kodlarımız içerisinde kullanacağımız potdeger değişkenini oluşturduk

void setup() {
pinMode(led1, OUTPUT); //led1 i çıkış olarak ayarladık
pinMode(led2, OUTPUT); //led2 yi çıkış olarak ayarladık
pinMode(led3, OUTPUT); //led3 ü çıkış olarak ayarladık
pinMode(buzzer4, OUTPUT); //led4 i çıkış olarak ayarladık
pinMode(pot, INPUT); //pot u giriş olarak ayarladık
}

void loop() {
potdeger= analogRead(pot); //pot değişkenine atadağımız A0 pinini dinliyoruz ve değerini potdeger değişkenine atıyoruz

if (potdeger<250){ //potdeger 250 den küçükse hiçbir ledi yakma
digitalWrite(led1, LOW);
digitalWrite(led2, LOW);
digitalWrite(led3, LOW);
digitalWrite(buzzer4, LOW);
}
if (potdeger>250){ //potdeger 250 den büyükse sadece led1 i yak
digitalWrite(led1, HIGH);
digitalWrite(led2, LOW);
digitalWrite(led3, LOW);
digitalWrite(buzzer4, LOW);
}
if (potdeger>500){ //potdeger 500 den büyükse led1 i ve led2 yi yak
digitalWrite(led1, HIGH);
digitalWrite(led2, HIGH);
digitalWrite(led3, LOW);
digitalWrite(buzzer4, LOW);
}
if (potdeger>750){ //potdeger 750 den büyükse led1 i, led2 yi ve led3 ü yak
digitalWrite(led1, HIGH);
digitalWrite(led2, HIGH);
digitalWrite(led3, HIGH);
digitalWrite(buzzer4, LOW);
}
if (potdeger>1000){ //potdeger 1000 den büyükse tüm ledleri yak
digitalWrite(buzzer4, HIGH);
digitalWrite(buzzer4, HIGH);
digitalWrite(buzzer4, HIGH);
digitalWrite(buzzer4, HIGH);
}
}
     
 
what is notes.io
 

Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 14 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.