Skip to content

Embedded Utils PyPI Package version 0.1.0

Latest
Compare
Choose a tag to compare
@Guilhermwn Guilhermwn released this 01 Jun 19:14
e33cc6d

Embedded Utils

CLI Program for Embedded Programming Utils

Introdução

Embedded Utils é uma biblioteca projetada com funcionalidades simples mas que podem auxiliar o usuário quando estiver trabalhando com projetos de Sistemas Embarcados

Comandos disponíveis

embedded-utils

Usage:

$ embedded-utils [OPTIONS] COMMAND [ARGS]...

Options:

  • --install-completion: Install completion for the current shell.
  • --show-completion: Show completion for the current shell, to copy it or customize the installation.
  • --version: Show program version and exit.
  • --help: Show this message and exit.

Commands:

  • informations
  • mikroc-setup
  • pic-mcus
  • showports

embedded-utils informations

Usage:

$ embedded-utils informations [OPTIONS]

Options:

  • --help: Show this message and exit.

embedded-utils mikroc-setup

Usage:

$ embedded-utils mikroc-setup [OPTIONS]

Options:

  • --project-name TEXT: Nome do projeto no MikroC [required]
  • --help: Show this message and exit.

embedded-utils pic-mcus

Usage:

$ embedded-utils pic-mcus [OPTIONS]

Options:

  • --name TEXT: O nome do MCU a ser pesquisado [required]
  • --help: Show this message and exit.

embedded-utils showports

Usage:

$ embedded-utils showports [OPTIONS]

Options:

  • --show-ports / --no-show-ports: [default: show-ports]
  • --help: Show this message and exit.

Full Changelog: https://github.com/Guilhermwn/embedded-utils/commits/0.1.0