A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: Function create_function() is deprecated

Filename: geshi/geshi.php

Line Number: 4751

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876

Re: Praktikum2Aufgabe1 - mcpaste

Re: Praktikum2Aufgabe1

Von kona, 10 Jahre vorher, geschrieben in C, aufgerufen 1'778 mal. Dieser Paste ist eine Antwort auf Praktikum2Aufgabe1 von MC_J - Unterschiede zeigen
URL https://mcpaste.de/view/3361ebb5 Einbetten
Paste herunterladen oder Rohtext anzeigen
  1. // Lösung zu Termin 2
  2. // Aufgabe 1
  3. // Namen: __________; ___________
  4. // Matr.: __________; ___________
  5. // vom : __________
  6. //
  7. // Beispiel einer Zeigervariablen
  8. #define PIOB_PER        ((volatile unsigned int *) 0xFFFF0000)
  9. #define PIOB_OER        ((volatile unsigned int *) 0xFFFF0010)
  10. #define PIOB_SODR       ((volatile unsigned int *) 0xFFFF0030)
  11. #define PIOB_CODR       ((volaitle unsigned int *) 0xFFFF0034)
  12. int main(void)
  13. {
  14. // Beispiel des Beschreibens eines Register über Zeigervariable
  15. // aktiviere Register LED's und Taster an PortB
  16. / ab hier entsprechend der Aufgabestellung ergänzen
  17. //******************************************************
  18. *PIOB_PER       = 0x100;
  19. *PIOB_OER       = 0x100;
  20. *PIOB_SODR      = 0x100;
  21. *PIOB_CODR      = 0x100;
  22. *PIOB_SODR      = 0x100;
  23. *PIOB_CODR      = 0x100;
  24. *PIOB_SODR      = 0x100;
  25. *PIOB_CODR      = 0x100;
  26. return 0;
  27. }

Antwort auf "Re: Praktikum2Aufgabe1"

Hier kannst Du auf den Paste von oben antworten

A PHP Error was encountered

Severity: 8192

Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior

Filename: database/DB_driver.php

Line Number: 1876