Per Tillisch
Per Tillisch
### Describe the request Immediately preceding the next release, add a link for the Windows ARM build download to the "**Latest release**" table in the Installation Guide: https://github.com/arduino/arduino-lint/blob/main/docs/installation.md#latest-release ```diff ---...
The project's readme contains a "License" section which summarizes the project licensing. Previously the information was incorrect (it seems to just be a copy/paste of the content that was present...
The definition of the `IO_REG_TYPE` macro when compiling for an AVR target was accidentally removed by https://github.com/PaulStoffregen/Encoder/pull/102: https://github.com/PaulStoffregen/Encoder/commit/063b39006ee081a9a3f3c9e100a3980e2e8c2b2d#diff-334c08ee1cc76e8313e155ce41d8d06f284a691a9d492996f98c5e5731ac0f60L6 This resulted in the library failing to compile for those targets: ```text...