Riad_ Bajraktarevic
/
Bajraktarevic_13_01_20
main
Revision 4:6faa92e1841e, committed 2020-01-13
- Comitter:
- riad
- Date:
- Mon Jan 13 17:34:32 2020 +0000
- Parent:
- 3:d9c6df85ff68
- Commit message:
- main ende
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Jan 13 17:34:00 2020 +0000 +++ b/main.cpp Mon Jan 13 17:34:32 2020 +0000 @@ -18,7 +18,15 @@ int anzahl, anz; uint8_t value = INIT; + anzahl = lauflicht (true, 400, anz=0); + printf("anzahl = %d\n", anzahl); + nibbleLeds(value); + printb(value); + value = modifyBit(value, 2, 1); + printb(myleds); + printb(modifyBit(INIT, 3, 1)); + wait(0.1); }