arduino / arduino/ArduinoCore-API
serial.write(byte)0)
オープン
- 主要言語
- C++
- スター
- 306
- フォーク
- 150
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
the programmcode 👍
serial.write(0);
will work with arduino uno / mega
but with :
arduino 101
arduino MO
chipKIT uC32
I get an compiler error 👍
test_serial:31: error: call of overloaded 'write(int)' is ambiguous
Serial.write(0);
**********************************
use :Arduino 1.8.1
win 7
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start by reproducing the Serial.write(0) compiler error with Arduino 101, Arduino MO, and chipKIT uC32 using Arduino 1.8.1, then inspect the Serial.write API entry point. Done means the same call compiles consistently on the affected boards without breaking the existing Arduino Uno and Mega behavior.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cpp
- 領域
- api, embedded-iot
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100