Giter Site home page Giter Site logo

vimino's Introduction

Vimino

is a Vim plugin for Ino command-line toolkit. That allows you to build/clean a Ino project(see quickstart) and upload firmware to your Arduino directly from Vim.

Current version is for Mac OS X only when the screen is used instead of default picocom (see plugin configuration).

Installation

Prerequisity (not necessary if you want to configure everything by hand) is a Pathogen plugin fo Vim. If you have one, everything you need to install the plugin is:

cd ~/.vim/bundle
git clone https://github.com/rrada/vimino.git

and start using it.

Usage

You must have to open a sketch in the current buffer. If no one is opened, warn message is displayed.

<Leader> command is by default a '\' key

<Leader>ic - Clean previously builded directory.

<Leader>ib - Build a firmware from the current project.

<Leader>iu - Upload firmware to your Arduino

<Leader>is - Open a serial port in picocom(default, see plugin configuration) or screen.

Plugin Configuration

There are some configuration options to change a behavior of the plugin. All of them goes to ~/.vimrc or global /etc/vim/vimrc file.

The default key mapping can be turned off by this:

let vimino_map_keys = 0

If you want to use a screen instead of a picocom, which is default:

let vimino_serial_screen_prefered = 1

Requirements

You must have the Arduino IDE and Ino command-line toolkit installed.

Optional

Install a Picocom terminal emulation program, which is primarily used by Ino

vimino's People

Contributors

rrada avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.