質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.50%
Arduino

Arduinoは、AVRマイコン、単純なI/O(入出力)ポートを備えた基板、C言語を元としたArduinoのプログラム言語と、それを実装した統合開発環境から構成されたシステムです。

Q&A

0回答

2789閲覧

AtomでArduino

O.K.

総合スコア30

Arduino

Arduinoは、AVRマイコン、単純なI/O(入出力)ポートを備えた基板、C言語を元としたArduinoのプログラム言語と、それを実装した統合開発環境から構成されたシステムです。

0グッド

0クリップ

投稿2016/11/30 06:52

Atomというエディタからarduinoのプログラミングを行いたいです。

http://ameblo.jp/math-physics/entry-12124251957.html
このサイトを参考にやってみましたが、「Clangがない」というエラーは出ませんでした。その後、エディタの右下から言語をarduinoに設定しましたが、ボードの選択方法がわかりません。また、ビルドしようとしたりすると下のようなエラーが出ます。
どうしたらいいでしょうか?
↓(エラーの内容)
[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.12.6
Electron Version: 1.3.9
System: Mac OS X 10.12.1
Thrown From: platformio-ide package, v1.6.0

Stack Trace

Uncaught Error: Failed to get boards

At /Users/ok/.atom/packages/platformio-ide/lib/utils.js:181 Error: Failed to get boards at getBoards (/Users/ok/.atom/packages/platformio-ide/lib/utils.js:181:13) at InitializeNewProjectView.initializeBoardsSelect (/Users/ok/.atom/packages/platformio-ide/lib/init/view.js:59:20) at InitializeNewProjectView.initialize (/Users/ok/.atom/packages/platformio-ide/lib/init/view.js:55:10) at InitializeNewProjectView.BaseView (/Users/ok/.atom/packages/platformio-ide/lib/base-view.js:25:20) at new InitializeNewProjectView (/Users/ok/.atom/packages/platformio-ide/lib/init/view.js:25:38) at Object.command (/Users/ok/.atom/packages/platformio-ide/lib/init/command.js:49:14) at atom-workspace.platformioIdeInitializeNewProject (/Users/ok/.atom/packages/platformio-ide/lib/main.js:66:59) at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:259:29) at CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:3:59) at CommandRegistry.module.exports.CommandRegistry.dispatch (/Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:160:19) at executeCallback (/Users/ok/.atom/packages/tool-bar/lib/tool-bar-button-view.js:105:19) at ToolBarButtonView._onClick (/Users/ok/.atom/packages/tool-bar/lib/tool-bar-button-view.js:69:7)

Commands

-3:11.5.0 platformio-ide:initialize-new-project (atom-workspace.workspace.scrollbars-visible-when-scrolling.theme-one-dark-syntax.theme-one-dark-ui) 3x -0:38.4.0 linter:next-error (atom-workspace.workspace.scrollbars-visible-when-scrolling.theme-one-dark-syntax.theme-one-dark-ui) -0:26.6.0 line-ending-selector:show (atom-text-editor.editor.is-focused) -0:25 encoding-selector:show (atom-text-editor.editor) -0:23.6.0 grammar-selector:show (atom-text-editor.editor) -0:11.5.0 core:confirm (atom-text-editor.editor.mini.is-focused) -0:04.7.0 platformio-ide:target:test (atom-text-editor.editor) -0:02.3.0 application:add-project-folder (atom-text-editor.editor) -0:00.1.0 platformio-ide:initialize-new-project (atom-text-editor.editor.is-focused)

Config

json

1{ 2 "core": { 3 "ignoredNames": [ 4 ".git", 5 ".hg", 6 ".svn", 7 ".DS_Store", 8 "._*", 9 "Thumbs.db", 10 ".pioenvs", 11 ".piolibdeps", 12 ".clang_complete", 13 ".gcc-flags.json" 14 ], 15 "telemetryConsent": "limited" 16 } 17}

Installed Packages

coffee

1# User 2autocomplete-clang, v0.10.0 (active) 3build, v0.67.0 (active) 4busy, v0.7.0 (active) 5language-arduino, v0.4.2 (active) 6language-ini, v1.16.0 (active) 7linter, v1.11.18 (active) 8linter-gcc, v0.6.15 (active) 9platformio-ide, v1.6.0 (active) 10platformio-ide-terminal, v2.2.2 (active) 11tool-bar, v1.0.1 (active) 12atom-dark-syntax, v0.27.0 (inactive) 13atom-dark-ui, v0.52.0 (inactive) 14atom-light-syntax, v0.28.0 (inactive) 15atom-light-ui, v0.45.0 (inactive) 16base16-tomorrow-dark-theme, v1.3.0 (inactive) 17base16-tomorrow-light-theme, v1.3.0 (inactive) 18one-dark-ui, v1.6.2 (active) 19one-light-ui, v1.6.2 (inactive) 20one-dark-syntax, v1.5.0 (active) 21one-light-syntax, v1.5.0 (inactive) 22solarized-dark-syntax, v1.0.5 (inactive) 23solarized-light-syntax, v1.0.5 (inactive) 24about, v1.7.0 (active) 25archive-view, v0.62.0 (active) 26autocomplete-atom-api, v0.10.0 (active) 27autocomplete-css, v0.13.1 (active) 28autocomplete-html, v0.7.2 (active) 29autocomplete-plus, v2.31.4 (active) 30autocomplete-snippets, v1.11.0 (active) 31autoflow, v0.27.0 (inactive) 32autosave, v0.23.1 (active) 33background-tips, v0.26.1 (active) 34bookmarks, v0.42.0 (active) 35bracket-matcher, v0.82.2 (active) 36command-palette, v0.39.0 (inactive) 37deprecation-cop, v0.54.1 (active) 38dev-live-reload, v0.47.0 (active) 39encoding-selector, v0.22.0 (active) 40exception-reporting, v0.40.0 (active) 41find-and-replace, v0.202.2 (inactive) 42fuzzy-finder, v1.4.0 (active) 43git-diff, v1.1.0 (active) 44go-to-line, v0.31.0 (inactive) 45grammar-selector, v0.48.2 (active) 46image-view, v0.60.0 (active) 47incompatible-packages, v0.26.1 (active) 48keybinding-resolver, v0.35.0 (active) 49line-ending-selector, v0.5.0 (active) 50link, v0.31.2 (inactive) 51markdown-preview, v0.158.8 (active) 52metrics, v1.1.2 (active) 53notifications, v0.65.1 (active) 54open-on-github, v1.2.1 (inactive) 55package-generator, v1.0.1 (inactive) 56settings-view, v0.243.1 (active) 57snippets, v1.0.4 (active) 58spell-check, v0.68.4 (active) 59status-bar, v1.4.1 (active) 60styleguide, v0.47.2 (active) 61symbols-view, v0.113.1 (inactive) 62tabs, v0.103.0 (active) 63timecop, v0.33.2 (active) 64tree-view, v0.210.0 (active) 65update-package-dependencies, v0.10.0 (active) 66welcome, v0.35.1 (active) 67whitespace, v0.35.0 (active) 68wrap-guide, v0.38.2 (active) 69language-c, v0.54.0 (active) 70language-clojure, v0.22.1 (active) 71language-coffee-script, v0.48.0 (active) 72language-csharp, v0.13.0 (active) 73language-css, v0.40.1 (active) 74language-gfm, v0.88.0 (active) 75language-git, v0.15.0 (active) 76language-go, v0.43.0 (active) 77language-html, v0.47.1 (active) 78language-hyperlink, v0.16.1 (active) 79language-java, v0.24.0 (active) 80language-javascript, v0.122.0 (active) 81language-json, v0.18.3 (active) 82language-less, v0.29.6 (active) 83language-make, v0.22.2 (active) 84language-mustache, v0.13.0 (active) 85language-objective-c, v0.15.1 (active) 86language-perl, v0.37.0 (active) 87language-php, v0.37.3 (active) 88language-property-list, v0.8.0 (active) 89language-python, v0.45.1 (active) 90language-ruby, v0.70.2 (active) 91language-ruby-on-rails, v0.25.1 (active) 92language-sass, v0.57.0 (active) 93language-shellscript, v0.23.0 (active) 94language-source, v0.9.0 (active) 95language-sql, v0.25.0 (active) 96language-text, v0.7.1 (active) 97language-todo, v0.29.1 (active) 98language-toml, v0.18.1 (active) 99language-xml, v0.34.12 (active) 100language-yaml, v0.27.1 (active) 101 102# Dev 103No dev packages

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだ回答がついていません

会員登録して回答してみよう

アカウントをお持ちの方は

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.50%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問