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