Sandro Djuric
/
Test1_SandroDjuric
funktionen
Diff: main.cpp
- Revision:
- 6:de6ff5fc4192
- Parent:
- 5:0b09788019ab
- Child:
- 7:39a959781934
diff -r 0b09788019ab -r de6ff5fc4192 main.cpp --- a/main.cpp Mon Jan 13 17:20:00 2020 +0000 +++ b/main.cpp Mon Jan 13 17:21:04 2020 +0000 @@ -56,4 +56,9 @@ for(int i=sizeof(x)<<3;i;i--) putchar('0'+((x>>(i-1))&1)); printf("\n"); +} + +void nibbleLeds(int value) +{ + myleds=value%16; } \ No newline at end of file