Lukas Feldgrill
/
M0_Aufgabe_Port_Nr5
Maske aller blauen Pins der originalen M0-Board Belegung. Lösung der Port Aufgabe Nr.5
Revision 1:3ce742e9e28e, committed 2016-01-25
- Comitter:
- feldgrill1
- Date:
- Mon Jan 25 10:24:53 2016 +0000
- Parent:
- 0:c87ce794354d
- Commit message:
- Update
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r c87ce794354d -r 3ce742e9e28e main.cpp --- a/main.cpp Mon Jan 11 16:15:17 2016 +0000 +++ b/main.cpp Mon Jan 25 10:24:53 2016 +0000 @@ -7,7 +7,8 @@ #define P1_MASK 0x2FF68024 #define P2_MASK 0x00737BBC -PortOut port(Port1, P1_MASK); +PortOut port1(Port1, P1_MASK); +PortOut port2(Port2, P2_MASK); int main() {