void setup() {
// put your setup code here, to run once:
DDRD = 0B0101111;
}
void loop() {
// put your main code here, to run repeatedly:
PORTB = 0B0101111;
}
void setup() {
// put your setup code here, to run once:
DDRD = 0B0101111;
}
void loop() {
// put your main code here, to run repeatedly:
PORTB = 0B0101111;
}