Shifting bytes around
Pinned Loading
-
Arduino: Port Manipulation
Arduino: Port Manipulation 1// DDRD (R/W) pin direction (0 = INPUT / 1 = OUTPUT)2// PORTD (R/W) pin state (INPUT: 0 = LOW / 1 = HIGH | OUTPUT: 0 = PULL-UP DIACTIVATED / 1 = PULL-UP ACTIVATED)3// PIND (R) pin state (INPUT ONLY: 0 = LOW / 1 = HIGH)45// bit(n) // calculates value of n-th bit (returns: 0 / 1)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


