what are Pull Up and Pull Down Resistors and working
The Pull up and Pull down resistors are used to solve the floating point issues. As we know in Arduino boards the pins can only read two values which are High and Low. We can also use 1 for High and 0 Low and due to this floating point issue we will get random values … Read more