mirror of
https://github.com/Kugelschieber/arduino-c.git
synced 2026-01-18 11:00:26 +00:00
Removed unused variable from examples, set default main.c to blink example.
This commit is contained in:
@@ -24,8 +24,6 @@ void prepare(){
|
||||
pin_mode(A2, INPUT);
|
||||
}
|
||||
|
||||
unsigned char pwm = 0;
|
||||
|
||||
void loop(){
|
||||
int analog1 = analog_read(A1);
|
||||
int analog2 = analog_read(A2);
|
||||
|
||||
Reference in New Issue
Block a user