We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24a030 commit 6cd3291Copy full SHA for 6cd3291
1 file changed
RFE_Python_Example_1.py
@@ -4,9 +4,9 @@
4
#pylint: disable=too-many-branches, too-many-public-methods, too-many-locals, too-many-arguments
5
6
#============================================================================
7
-#This is an example code for RFExplorer python functionality.
8
-#Display amplitude value in dBm and frequency in MHz of the maximum value of sweep data.
9
-#The number of stored sweep data can be configurated by time
+# This is an example code for RF Explorer IoT board using Python 3.5 running on a Raspberry Pi
+# Display amplitude value in dBm and frequency in MHz of the peak value detected of sweep data.
+# The number of stored sweep data can be configurated by time
10
11
12
import time
0 commit comments