arduino / arduino/ArduinoCore-API
serial.write(byte)0)
- Lingua principale
- C++
- Stelle
- 306
- Fork
- 150
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
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.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- cpp
- Ambito
- api, embedded-iot
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100