![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
funktionen
main.cpp@1:2beb3ea0c40f, 2020-01-13 (annotated)
- Committer:
- sandrodjuric
- Date:
- Mon Jan 13 17:04:32 2020 +0000
- Revision:
- 1:2beb3ea0c40f
- Parent:
- 0:8c6f1d850a3c
- Child:
- 2:5b052d18a113
funktionen
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 | 1:2beb3ea0c40f | 3 | #define BUTTON p14 |
sandrodjuric | 1:2beb3ea0c40f | 4 | int modifyBit(int x, unsigned char position, bool State); |
sandrodjuric | 1:2beb3ea0c40f | 5 | int lauflicht(bool richtung, int time, int &anz); |
sandrodjuric | 1:2beb3ea0c40f | 6 | void nibbleLeds(int value); |
sandrodjuric | 1:2beb3ea0c40f | 7 | void printb(uint8_t x); |