arduino-cmake / Arduino-CMake-NG

CMake-Based framework for Arduino platforms
MIT License
138 stars 39 forks source link

Fixed #98 by removing camelCasing of library names #99

Open marthinwurer opened 4 years ago

marthinwurer commented 4 years ago

CamelCasing of library names caused issues with using the built-in SD library. I removed it, and fixed up the case where the stepper library example did not match that in the wiki docs. I also added an example with the SD library linked to act as a regression test.

This change might break existing code that uses the CamelCasing feature.