nRF24 / RF24Mesh

OSI Layer 7 Mesh Networking for RF24Network & nrf24L01+ & nrf52x devices
http://nrf24.github.io/RF24Mesh
GNU General Public License v2.0
422 stars 154 forks source link

Initial CMake files for pico-sdk #185

Closed kripton closed 3 years ago

kripton commented 3 years ago

Adds two files: CMakeLists.txt that checks if it's a pico-sdk based build. If so, it includes the second file (CMakeLists-PicoSDK.txt). If not, it does nothing.