Per Tillisch

Results 1081 comments of Per Tillisch

Thanks for the clarification. The platform installation is actually performed for Arduino IDE by a helper tool named **Arduino CLI**. I see that this is caused by a bug in...

Related: https://github.com/johnrickman/LiquidCrystal_I2C/pull/62 (that PR adds `esp32` and `samd` architectures as well as the addition of `esp8622` proposed here).

Duplicate of https://github.com/johnrickman/LiquidCrystal_I2C/pull/66

Thanks for your report @johonline1. > When the project compilation process starts, the changes to the text should ideally be saved to the hard drive beforehand. > >This doesn't always...

The problem is this code: https://github.com/Infineon/XMC-for-Arduino/blob/bed41f488aa76eeb292c2e4117e0478e4d2c3e6b/tools/xmc-flasher.py#L71-L74 Is creating the `cmd.jlink` file in the current working directory. That is whatever path Arduino IDE was started from. It is common to install...

Related: https://github.com/johnrickman/LiquidCrystal_I2C/pull/62 (that PR adds `esp8266` and `samd` architectures in addition to the addition of `esp32` proposed here).

Duplicate of https://github.com/johnrickman/LiquidCrystal_I2C/pull/66

Related: https://github.com/arduino/ArduinoCore-avr/issues/268

The reason it compiles is due to the use of the `-fpermissive` compiler option (which is why I referenced https://github.com/arduino/ArduinoCore-avr/issues/268 above). If you try to compile this code for one...

Note that 40 mA is the absolute maximum rating. As the datasheet says: >This is a stress rating only and functional operation of the device at these or other conditions...