M Seiser
/
Aufgabe4_PortIn_PortOut
p15-20 Maskieren
Diff: main.cpp
- Revision:
- 0:74e499089331
- Child:
- 1:e7bb2d3d4400
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Mon Jan 11 16:04:07 2016 +0000 @@ -0,0 +1,14 @@ + + +#include "mbed.h" + + +#define Port_MASK 0x00417800 + +PortOut p(Port0, Port_MASK); + +int main() { + while(1) { + + } +} \ No newline at end of file