Skip to content

Commit 6cd3291

Browse files
authored
Update RFE_Python_Example_1.py
1 parent e24a030 commit 6cd3291

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RFE_Python_Example_1.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#pylint: disable=too-many-branches, too-many-public-methods, too-many-locals, too-many-arguments
55

66
#============================================================================
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
7+
# This is an example code for RF Explorer IoT board using Python 3.5 running on a Raspberry Pi
8+
# Display amplitude value in dBm and frequency in MHz of the peak value detected of sweep data.
9+
# The number of stored sweep data can be configurated by time
1010
#============================================================================
1111

1212
import time

0 commit comments

Comments
 (0)