Tina Dokic
/
Test_13_01_
-1_modifyBit_return_mask
Revision 6:ba829c650a6c, committed 2020-01-13
- Comitter:
- tina_dokic
- Date:
- Mon Jan 13 17:55:50 2020 +0000
- Parent:
- 5:c955c3107198
- Commit message:
- leds1_led4_nibbleleds
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:52:35 2020 +0000 +++ b/main.cpp Mon Jan 13 17:55:50 2020 +0000 @@ -66,3 +66,7 @@ printf("\n"); } +void nibbleLeds(int value) +{ + myleds= value%16; +} \ No newline at end of file