Sandro Djuric
/
Test1_SandroDjuric
funktionen
main.cpp@0:8c6f1d850a3c, 2020-01-13 (annotated)
- Committer:
- sandrodjuric
- Date:
- Mon Jan 13 17:01:53 2020 +0000
- Revision:
- 0:8c6f1d850a3c
- Child:
- 1:2beb3ea0c40f
modifybit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
sandrodjuric | 0:8c6f1d850a3c | 1 | #include "mbed.h" |
sandrodjuric | 0:8c6f1d850a3c | 2 | |
sandrodjuric | 0:8c6f1d850a3c | 3 | int modifyBit(int x, unsigned char position, bool State); |