arduino / arduino/ArduinoCore-API
serial.write(byte)0)
- Ngôn ngữ chính
- C++
- Star
- 306
- Fork
- 150
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
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.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- cpp
- Lĩnh vực
- api, embedded-iot
- Loại issue
- Lỗi
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 35/100