703
edits
No edit summary  | 
				mNo edit summary  | 
				||
| Line 4: | Line 4: | ||
[[File:Compare_AnalogValue_Digital_Input_Schaltplan.png|800px]]  | [[File:Compare_AnalogValue_Digital_Input_Schaltplan.png|800px]]  | ||
<  | <source lang="c">  | ||
int digitalWert = 0;  | int digitalWert = 0;  | ||
float spannung = 0;  | float spannung = 0;  | ||
| Line 33: | Line 33: | ||
   delay(100);  |    delay(100);  | ||
}  | }  | ||
</  | </source>  | ||
edits