Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arduino用ライブラリ whill-sdk-arduinoについて #56

Open
transport246 opened this issue Oct 4, 2023 · 1 comment
Open

arduino用ライブラリ whill-sdk-arduinoについて #56

transport246 opened this issue Oct 4, 2023 · 1 comment

Comments

@transport246
Copy link

私はGithubからwhill-sdk-arduino-masterのzipファイルをインストールして、arduino ideの「.zip形式のライブラリをインストール」からライブラリを追加しました。しかしWHILL.hをインクルードしたプログラムを作りコンパイルしようとした所、WHILL.cppの中でインクルードされているSoftwareSerial.hが存在しないというエラーが出て実行出来ません。SoftwareSerial.hはArduino ideにデフォルトであるはずなのですが、どうすれば問題無く実行できるようになるでしょうか。Arduino ideは最新版の2.2.1を使っています。
20231002_230757

@s-katsu
Copy link
Contributor

s-katsu commented Oct 4, 2023

お問い合わせありがとうございます。

SoftwareSerial.hはArduino環境(使用しているボード)に依存しますのでそちらをご確認いただければ幸いです。
恐れ入りますが、弊社のサポートの範疇外となります。

また参考情報となりますが、esp32用にHardwareSerial.hでアクセスするesp32ブランチも用意しています。
https://github.com/WHILL/whill-sdk-arduino/tree/esp32

差分
WHILL/whill-sdk-arduino@931f548

参考記事(HardwareSerial使用時)
https://qiita.com/KatsuShun89/items/69222ce96ff3debcba11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants