#coding:utf-8
import os
import re
InputFileName="stm32f401_64pin.txt"
InputFile = open(InputFileName, 'r')