arduino / arduino/ArduinoCore-API
serial.write(byte)0)
- Langage dominant
- C++
- Étoiles
- 306
- Forks
- 150
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- cpp
- Domaine
- api, embedded-iot
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100