Skip to content

Commit

Permalink
Update pcf8574_data_extractor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nutc4k3 authored Aug 6, 2020
1 parent f1d2de0 commit 4ea96db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Hardware/pcf8574_data_extractor.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
'''
From an analysed i2c file (saleae output, for example)
Parses only the data of the PCF8574 communication from an analysed i2c file (saleae output, for example)
'''

Expand Down Expand Up @@ -45,4 +44,4 @@
os.chdir(sigrok_dir) # set working dir to sigrok_dir
output = subprocess.run(sigrok_cmd, shell=True, check=True, capture_output=True, text=True) # open a new process, send the command and return the data
raw_data = output.stdout
'''
'''

0 comments on commit 4ea96db

Please sign in to comment.