Per Tillisch
Per Tillisch
>where should the A0 constants be defined? The common convention is in the core variant: https://github.com/arduino/ArduinoCore-avr/blob/1.8.3/variants/standard/pins_arduino.h#L65 >not all boards will have the same set of pin constants. Is that accurate?...
Seems to be still in limited early release, so I don't think it's available to us yet, but definitely worth keeping an eye out for this super nice new issue...
We need @pratikpc to sign the CLA: https://cla-assistant.io/arduino/ArduinoCore-API?pullRequest=26
Hi @bblanchon. Thanks for your kind words and interest in Arduino Lint! >unfortunately, rule LP012 fails for my library If you add [the `--library-manager=update` flag](https://arduino.github.io/arduino-lint/latest/commands/arduino-lint/#options) to the `arduino-lint` command line...
>It would be nice to add such a check Thanks for your suggestion! >Is the keywords.txt also checked by arduino-lint? Not at this time and I don't know what are...
Sure! PRs are always welcome.
Today another report came in of a popular library broken by this: https://bitbucket.org/fmalpartida/new-liquidcrystal Minimal demonstration sketch: ```c++ #include void setup() {} void loop() {} ``` ``` E:\arduino\libraries\Newliquidcrystal_1.3.5\LiquidCrystal.cpp: In member function...
@facchinm this is probably a dumb question, but it's not clear to me exactly how this would be implemented. I get the idea of overloading the functions. But `pinMode` and...
Thanks for the explanation! I agree that the amount of C code in existence affected by this issue is probably very small. I hadn't considered that the solution would be...
Hi @jpconstantineau. >I am running the linter using your github-action (thanks for making it available) You're welcome. I'm glad if you find it useful. >Are the identifiers too long? Are...