6v6gt-duino

Results 4 issues of 6v6gt-duino

Feature request to supplement the callback model with an explicit call model. The callback model as implemented in this library is useful in that it allows the user specifies a...

This issue is also mentioned here: [https://forum.arduino.cc/index.php?topic=711626.0 (post #7)](https://forum.arduino.cc/index.php?topic=711626.0 (post #7)) The expected behaviour is that this simple code example should compile: ``` // Arduino IDE 1.8.13 enum class StateA...

type: imperfection
topic: preprocessor
topic: code

Unpredictable behavior occurs if only seven segments pins (that is no decimal point pins) are defined in the array `segmentPins[]` in the call to the begin() method but the parameter...

### Describe the problem In order to make it easier for beginners to get started with writing Arduino sketches, and for the convenience of all users, Arduino CLI [automatically generates...

topic: code
type: imperfection
topic: build-process