项目作者: umeruma

项目描述 :
Arduino toolbelt on Atom. (work in progress)
高级语言: CoffeeScript
项目地址: git://github.com/umeruma/atom-arduino-toolbelt.git
创建时间: 2016-01-18T08:54:15Z
项目社区:https://github.com/umeruma/atom-arduino-toolbelt

开源协议:MIT License

下载


arduino-toolbelt

Arduino toolbelt on Atom with official CLI tool.

System requirements

Must

  • OS X (other OS is not supported now)
  • Arduino IDE (ver >=1.5.0)

Reccomend

  • Latest version OS
  • Latest version Atom

Usage

  1. Download Arduino IDE from Arduino website. https://www.arduino.cc
  2. Modify this package config.

ver 0.1.1

  • manual selecting port
  • write test script

ver 0.1.0

  • auto selecting port (buggy)
  • Verify and Upload command support

今後やってく 💪

  • エラーログの出力形式検討
  • シリアルモニタ
  • ボードの選択
  • ライブラリリストからライブラリ選択で、ヘッダファイルの自動インポート
  • Exampleコードの読み込み
  • GUIボタンからの verify, Upload