소스 검색

change Description

Tobias Müller 6 년 전
부모
커밋
90778b157a
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      Xcom-Test-Loop-Program/Xcom_Test_Loop_Program.py

+ 3 - 2
Xcom-Test-Loop-Program/Xcom_Test_Loop_Program.py

@@ -27,8 +27,9 @@ from Xcom_API import Xcom_API
 #                                                     Class Definition & Description                                                     #
 ##########################################################################################################################################
 
-#   This program demonstrate the functionality of the Xcom_API-class. It sends permanently a request for a known object_id and display
-#   it. To use this program a Raspberry Pi with a Raspicomm extender module and a RS232-bridge called Xcom-232i is required.
+#   This program demonstrate the functionality of the Xcom_API-class. It sends permanently a request for a known object_id and display the 
+#	answer from the Xtender-System. To use this program a Raspberry Pi with a Raspicomm extender module and a RS232-bridge called 
+#	Xcom-232i is required.
 
 ##########################################################################################################################################
 #                                                          Program Information                                                           #