arduino-libraries / Arduino_UnifiedStorage

Read and write files to flash, USB mass storage and SD cards in a unified way.
GNU Lesser General Public License v2.1
11 stars 3 forks source link

[AE-158] Arduinofy Library Name #1

Closed aliphys closed 10 months ago

aliphys commented 10 months ago

According to https://github.com/arduino/arduino-lint/pull/511#issue-1621933550 , Arduino libraries should start with Arduino_ . This includes the main class as well as the name key in library.properties.

This PR makes this libray compliant with this requirement. Additionally, the reference to the POSIXStorage.h library is replaced with Arduino_POSIXStorage.h