703
edits
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[IFD:GrundlagenElektronik2011/10.Termin]] | Siehe auch:[[IFD:GrundlagenElektronik2011/10.Termin]] | ||
experiment Tafelbild: [[Media:2012_01_26_Tafel_LED_Vorwiderstand.svg]] | |||
HIGH / LOW - ab welcher Spannung? Wir probieren es einfach aus: | HIGH / LOW - ab welcher Spannung? Wir probieren es einfach aus: | ||
[[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 35: | ||
delay(100); | delay(100); | ||
} | } | ||
</ | </source> | ||
edits