void setup() {
//Anode +
DDRD|=0x7F;
}
void loop() {
// put your main code here, to run repeatedly:
PORTD=48;//3
}
void setup() {
//Anode +
DDRD|=0x7F;
}
void loop() {
// put your main code here, to run repeatedly:
PORTD=48;//3
}