We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
私はGithubからwhill-sdk-arduino-masterのzipファイルをインストールして、arduino ideの「.zip形式のライブラリをインストール」からライブラリを追加しました。しかしWHILL.hをインクルードしたプログラムを作りコンパイルしようとした所、WHILL.cppの中でインクルードされているSoftwareSerial.hが存在しないというエラーが出て実行出来ません。SoftwareSerial.hはArduino ideにデフォルトであるはずなのですが、どうすれば問題無く実行できるようになるでしょうか。Arduino ideは最新版の2.2.1を使っています。
The text was updated successfully, but these errors were encountered:
お問い合わせありがとうございます。
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
Sorry, something went wrong.
No branches or pull requests
私はGithubからwhill-sdk-arduino-masterのzipファイルをインストールして、arduino ideの「.zip形式のライブラリをインストール」からライブラリを追加しました。しかしWHILL.hをインクルードしたプログラムを作りコンパイルしようとした所、WHILL.cppの中でインクルードされているSoftwareSerial.hが存在しないというエラーが出て実行出来ません。SoftwareSerial.hはArduino ideにデフォルトであるはずなのですが、どうすれば問題無く実行できるようになるでしょうか。Arduino ideは最新版の2.2.1を使っています。
The text was updated successfully, but these errors were encountered: