Files
past-project-past_code_cc2650/python_test_code/uni/briefly_data_analysis.py
T
YiChin2018 cfe57b152f watchdog module need checking
and add battery detect mode
2019-07-17 19:00:59 +08:00

8 lines
157 B
Python

def main():
file = open('C:/ti/python_test_code/uni/att_notify.psd', 'r')
print(file.read())
file.close()
if __name__ == '__main__':
main()