Nach dem Platinenaufdruck (Manual S.16) ist K6 beim Ein-/Ausschalter. Der wird mit PollSwitch() als Wert 1 erkannt:
Code:#include "asuro.h" int main(void) { Init (); while(1) { PrintInt(PollSwitch()); SerWrite("\n\r", 2); Msleep(200); } }
Nach dem Platinenaufdruck (Manual S.16) ist K6 beim Ein-/Ausschalter. Der wird mit PollSwitch() als Wert 1 erkannt:
Code:#include "asuro.h" int main(void) { Init (); while(1) { PrintInt(PollSwitch()); SerWrite("\n\r", 2); Msleep(200); } }
Bild hier
Atmel’s products are not intended, authorized, or warranted for use
as components in applications intended to support or sustain life!
Lesezeichen