9 lines
110 B
Python
Raw Normal View History

2019-08-03 10:24:10 +08:00
#coding:utf-8
import os
import re
InputFileName="stm32f401_64pin.txt"
InputFile = open(InputFileName, 'r')