Metadata-Version: 2.1
Name: at89overlord
Version: 0.4.0
Summary: Arduino-based AT89C2051 programmer
Home-page: https://github.com/piotrb5e3/AT89C2051_programmer
Author: Piotr Bakalarski
Author-email: piotrb5e3@gmail.com
License: GPLv3
Description: # at89overlord
        Uploader for Arduino based AT89C2051 programmer
        
        # Usage
        ```
        at89overlord [-h] [-p PORT] [-b BAUD] [-e] [-c] [-V] [-v] (-f FILE | -r FILE)
        ```
        
        |        Argument         |                       Description                        |
        |-------------------------|----------------------------------------------------------|
        |  `-h, --help`           | show this help message and exit                          |
        |  `-p PORT, --port PORT` | serial port with arduino connected to it                 |
        |  `-b BAUD, --baud BAUD` | baud rate of connected arduino                           |
        |  `-e, --no-erase`       | do not erase flash before write                          |
        |  `-c, --no-confirm`     | do not confirm chip ID before executing an action        |
        |  `-V, --no-verify`      | do not verify flash content after write                  |
        |  `-v, --verbose`        | more verbose output                                      |
        |  `-f FILE, --file FILE` | intel hex file to be flashed onto the chip               |
        |  `-r FILE, --read FILE` | read flash content from chip and write to intel hex file |
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Environment :: Console
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.5
Description-Content-Type: text/markdown
