Wow,Zitat von hoppi1978
das sind ja gigantische Vorschläge.
Also ich würde vorschlagen :
Config Portc.0=Output
Config portd.1=Input
main:
do
if pind.1=1 then
goto schalten
waitms 100 "Tastenentprellung auf einfache Art"
end if
loop
schalten:
toogle Portc.0
goto main
Gruß
Lesezeichen