25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 956 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # Overview
  2. # Deployment
  3. use the following command to transfer project to raspberry pi:
  4. ```
  5. scp -r gpio pi@192.168.1.77:~
  6. ```
  7. # usage
  8. ## switch first relais on
  9. ```
  10. java gpio_java rel1 on
  11. ```
  12. ## switch first relais off
  13. ```
  14. java gpio_java rel1 off
  15. ```
  16. ## read status of first relais
  17. ```
  18. java gpio_java rel1 status
  19. ```
  20. ## Create Dokumentation
  21. ```
  22. javadoc -d doc *.java
  23. ```
  24. # Requirements
  25. ## HW
  26. * Raspberry PI
  27. ## Software
  28. * raspberian url:
  29. # Verbindung zwischen Raspberry Pi und Relais Box
  30. Pin GPIO Relais/Box
  31. * 2 5v VCC
  32. * 6 GND GND
  33. * 8 GPIO 14 In1
  34. * 10 GPIO 15 In2
  35. * 12 GPIO 18 In3
  36. * 16 GPIO 23 In4
  37. * 18 GPIO 24 In5
  38. * 22 GPIO 25 In6
  39. * 24 GPIO 8 In7
  40. * 26 GPIO 7 In8
  41. # ToDo
  42. * Klärung : Was ist ein md File? Wie wird eine Tabelle Dokumentiert?
  43. * Javadoc Kommentare hinzuf�gen, Dokumentation generieren und anschauen
  44. * Test Durchführen und logfile erzeugen