//Push Button or Switches
/*the left and right sides are connected internally
they are 1.l and 1.r similarli 2.l and 2.r
which means if i connect the 1.l and 1.r there is no use
in the circuit because of the internal conection of the
pins
in order to maintain a controlled switch (Normal Switch)
we have to connect the pins with different numbers(diagonally)
like .... 1.1 and 2.r and viceversa...
*/
void setup(){
}
void loop(){
}