@@ -33,7 +33,6 @@ void prepare(){
// PWM example
pin_mode(A1, INPUT);
pin_mode(6, OUTPUT);
}
unsigned char pwm = 0;
@@ -56,6 +55,7 @@ void loop(){
int analog = map(analog_read(A1), 0, 1023, 0, 255);
analog_write(3, analog);
analog_write(6, analog);
char out[15];
The note is not visible to the blocked user.