Sandro Djuric
/
Test1_SandroDjuric
funktionen
Diff: main.cpp
- Revision:
- 7:39a959781934
- Parent:
- 6:de6ff5fc4192
- Child:
- 8:2637f87eccde
--- a/main.cpp Mon Jan 13 17:21:04 2020 +0000 +++ b/main.cpp Mon Jan 13 17:23:46 2020 +0000 @@ -15,6 +15,16 @@ int main(){ 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); } int modifyBit(int x, unsigned char position, bool State)