Created
August 12, 2021 01:52
-
-
Save AlienKevin/27478d28d58e347638395ad8a52ca2fc to your computer and use it in GitHub Desktop.
arduino-nano-33-ble-uart/platformio2.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[env] | |
platform = nordicnrf52 | |
board = nano33ble | |
framework = arduino | |
src_filter = +<*> | |
[env:transmitter] | |
src_filter = | |
${env.src_filter} | |
-<receiver.cpp> | |
[env:receiver] | |
src_filter = | |
${env.src_filter} | |
-<transmitter.cpp> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment