Per Tillisch

Results 1081 comments of Per Tillisch

>But on IDE2, I have not tried, but the show sketch folder is still showing me the temp directory folder. That is correct. It seems that the presence of the...

I believe this was closed by accident because I don't see that https://github.com/arduino/arduino-ide/commit/2aad0e3b163f27c51b15b58a6f35aab757a643fb provides the requested functionality.

Hi @deralteherr. It might be caused by https://github.com/arduino/arduino-cli/issues/2719. Please try this: 1. Start Arduino IDE if it is not already running. 1. Check to see if there is a "**Serial...

Equivalent work in the classic Arduino IDE: https://github.com/arduino/Arduino/pull/10816 Even though that code is not applicable to the Arduino IDE 2.x code base, the UI design and related discussion is still...

Duplicate of https://github.com/sandeepmistry/arduino-CAN/issues/115

Considering that the Arduino software doesn't currently have any sort of library license detection/enforcement/etc. system, I don't think the specification would be an appropriate place for this. It would make...

I mentioned Arduino Lint's license file check above. [The new Library Manager system](https://blog.arduino.cc/2021/06/07/new-workflow-for-arduino-library-submissions/) takes another step in encouraging licence documentation in Arduino libraries by running Arduino Lint on all libraries...

Hi @mirek23. Thanks for your interest in this open source project. This issue tracker is only to be used to report bugs or feature requests specific to the project. It...

Hi @digimatt22. I see the relevant part of the library's API has not been documented. The **Arduino_LSM6DS3** library has a `LSM6DS3Class` constructor that takes a `TwoWire` class object: https://github.com/arduino-libraries/Arduino_LSM6DS3/blob/25f3152d54b690f78a96f814effc3bcc09339d4c/src/LSM6DS3.h#L56 The...

>I submitted changes to @per1234's original fork, so that they can be included in this PR after @per1234 accepts my pull request in their fork. Hi @Wendelstein7. I think you...