void setup() {
  // put your setup code here, to run once:
//DDRD|=0b0000110;//1
DDRD|=0b0000111;
}

void loop() {
  // put your main code here, to run repeatedly:
PORTB =0000111;

}