mirror of
https://github.com/Kugelschieber/arduino-c.git
synced 2026-01-18 11:00:26 +00:00
Removed unneccessary test variable.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user