资源简介
代码片段和文件信息
#!/usr/bin/env python
#
# ESP8266 ROM Bootloader Utility
# https://github.com/themadinventor/esptool
#
# Copyright (C) 2014 Fredrik Ahlberg
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along with
# this program; if not write to the Free Software Foundation Inc. 51 Franklin
# Street Fifth Floor Boston MA 02110-1301 USA.
import sys
import struct
import serial
import math
import time
import argparse
import os
import subprocess
import tempfile
class ESPROM:
# These are t
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-09-05 10:27 esp8266web-master\
文件 57044 2016-09-05 10:27 esp8266web-master\.cproject
文件 67 2016-09-05 10:27 esp8266web-master\.gitignore
文件 809 2016-09-05 10:27 esp8266web-master\.project
目录 0 2016-09-05 10:27 esp8266web-master\.settings\
文件 2311 2016-09-05 10:27 esp8266web-master\.settings\language.settings.xm
文件 10328 2016-09-05 10:27 esp8266web-master\.settings\org.eclipse.cdt.codan.core.prefs
文件 3189 2016-09-05 10:27 esp8266web-master\.settings\org.eclipse.cdt.core.prefs
文件 4505 2016-09-05 10:27 esp8266web-master\.settings\org.eclipse.cdt.managedbuilder.core.prefs
文件 55 2016-09-05 10:27 esp8266web-master\.settings\org.eclipse.core.resources.prefs
文件 2950 2016-09-05 10:27 esp8266web-master\10leds_ru.txt
文件 650 2016-09-05 10:27 esp8266web-master\AutoMake.bat
文件 40977 2016-09-05 10:27 esp8266web-master\ESP-01_RS-485_sch.gif
文件 63946 2016-09-05 10:27 esp8266web-master\ESP-ADC-192kHz.gif
文件 1211 2016-09-05 10:27 esp8266web-master\LICENSE
文件 9752 2016-09-05 10:27 esp8266web-master\Makefile
文件 32267 2016-09-05 10:27 esp8266web-master\Power_Light_start_2sec.gif
文件 33426 2016-09-05 10:27 esp8266web-master\Power_ST_AP_ReConnect.gif
文件 264 2016-09-05 10:27 esp8266web-master\ProgBin.bat
文件 3823 2016-09-05 10:27 esp8266web-master\README.md
文件 76800 2016-09-05 10:27 esp8266web-master\WEBFS22.exe
目录 0 2016-09-05 10:27 esp8266web-master\WEBFiles\
文件 57 2016-09-05 10:27 esp8266web-master\WEBFiles\$js.inc
文件 442 2016-09-05 10:27 esp8266web-master\WEBFiles\404.htm
文件 262 2016-09-05 10:27 esp8266web-master\WEBFiles\adc.htm
文件 10 2016-09-05 10:27 esp8266web-master\WEBFiles\adc.wav
文件 61 2016-09-05 10:27 esp8266web-master\WEBFiles\adc.xm
文件 109 2016-09-05 10:27 esp8266web-master\WEBFiles\disk_er1.htm
文件 99 2016-09-05 10:27 esp8266web-master\WEBFiles\disk_er2.htm
文件 87 2016-09-05 10:27 esp8266web-master\WEBFiles\disk_er3.htm
文件 93 2016-09-05 10:27 esp8266web-master\WEBFiles\disk_ok.htm
............此处省略720个文件信息
- 上一篇:UCOSIII系统源码
- 下一篇:OSEKVCX汽车电子嵌入式软件编程技术
相关资源
- IPTables(显示进程所使用的端口和远程
- UDPserver开发附SQLite、Log4CPP等
- C++_STL范例大全_教程C _STL samples
- 《C For DUMMIES(2nd Edition)》英文版p
- C++ 在程序中执行SQL Server脚本
- C++ 使用ADO连接Access数据库
- C++ 获取Access数据库的表结构
- C++ 使用ADO连接SQL Server数据库
- C++ 使用ADO Data控件连接Access数据库
- LinuxAPi手册(manpages.chm 2.6)
- 课程信息VC操作Access数据库(实现增删
- C++ Templates 2nd(c++模板)
-
Advanced C++ Programming st
yles and Idioms - fanuc 编程(BYTESTFocas)
- tesseract-android-tools-test
- Qt MessageChat聊天气泡
- CanFestival-3源码
- lenet_test.zip
- DES_CBC加密,解密多种格式文件,基于
- vc++和sqlserver.rar
- C++ Templates The Complete Guide (2nd Editio
- Fundamentals_of_Data_Structures_in_C++_by_Horo
- websocket C++ Server端简单demo
- Data Structures and Program Design In C++及课后
- vs2008(mfc)通过ADO连接SQL SERVER 2008
- Carve CSG 几何造型库
- Geoprocessing-with-Python.pdf
- C++操作SQL Server数据库新增 删除 修改
- MFC vc6.0 RSA DES MD5 加密解密算法
- DataStructuresandAlgorithmsinC++4thEditionbyAd
评论
共有 条评论