void setup() {
// put your setup code here, to run once:
pinMode(5, OUTPUT);
pinMode(6,OUTPUT);
analogWrite(5,50);
analogWrite(6,200);
}
void loop() {
// put your main code here, to run repeatedly:
}
void setup() {
// put your setup code here, to run once:
pinMode(5, OUTPUT);
pinMode(6,OUTPUT);
analogWrite(5,50);
analogWrite(6,200);
}
void loop() {
// put your main code here, to run repeatedly:
}