Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

README.md 843 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # Overview
  2. # Deployment
  3. use the following command to transfer project to raspberry pi:
  4. scp -r gpio pi@192.168.1.77:~
  5. # usage
  6. ## switch relais on
  7. ```
  8. javadoc todo
  9. ```
  10. ## switch relais off
  11. ```
  12. javadoc todo
  13. ```
  14. ## read status of relais
  15. ```
  16. javadoc todo
  17. ```
  18. ## Create Dokumentation
  19. ```
  20. javadoc todo
  21. ```
  22. # Requirements
  23. ## HW
  24. * Raspberry PI
  25. ## Software
  26. * raspberian url:
  27. # Verbindung zwischen Raspberry Pi und Relais Box
  28. Pin GPIO Relais/Box
  29. * 2 5v VCC
  30. * 6 GND GND
  31. * 8 GPIO 14 In1
  32. * 10 GPIO 15 In2
  33. * 12 GPIO 18 In3
  34. * 16 GPIO 23 In4
  35. * 18 GPIO 24 In5
  36. * 22 GPIO 25 In6
  37. * 24 GPIO 8 In7
  38. * 26 GPIO 7 In8
  39. # ToDo
  40. * Status Abfrage implementieren
  41. * Javadok Kommentare hinzufgen, Dokumentation generieren und anschauen
  42. * Test Durchfhren und logfile erzeugen