Browse Source

change Description

Tobias Müller 6 years ago
parent
commit
90778b157a
1 changed files with 3 additions and 2 deletions
  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                                                           #