dougp2

Results 5 issues of dougp2

https://forum.arduino.cc/t/modify-bare-minimum/862290 It's gone. This was a nice thing in IDE 1.8.13.

type: enhancement
topic: code

This code: [code] // width.cpp -- using the width method // C++ primer 17.4, page 1080 #include //#include void setup() { Serial.begin(115200); using std::cout; int w = cout.width(30); cout

Thanks for the Library! Would it be difficult to add an inversion feature/capability to the library? What I mean is, fading on/off seems to assume an Arduino output being driven...

enhancement

I started this thread on the Arduino forum: https://forum.arduino.cc/t/library-links-to-wrong-page/1226788

For reference: https://forum.arduino.cc/t/library-links-to-wrong-page/1226788 The 'more info' link in the library manager (IDE 2.2.1) goes to the playground home page only, not specifically to the page describing the keypad library.