Removed unneccessary test variable.

This commit is contained in:
Marvin Blum
2017-04-01 02:20:47 +02:00
parent bbb7d6faba
commit fbcd0ee317
2 changed files with 0 additions and 4 deletions

2
main.c
View File

@@ -24,8 +24,6 @@ void prepare(){
pin_mode(11, OUTPUT);
}
unsigned char pwm = 0;
void loop(){
int analog = map(analog_read(A1), 0, 1023, 0, 255);
analog_write(11, analog);