From 0f8fa30f962ea20cfe6b6c2289c7ba51ce48ca03 Mon Sep 17 00:00:00 2001 From: Kent Wiliams Date: Tue, 31 Mar 2020 10:17:26 -0700 Subject: [PATCH] added note about platformio support --- devkit-cayenne/README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/devkit-cayenne/README.md b/devkit-cayenne/README.md index 99a7915..74bbcb5 100644 --- a/devkit-cayenne/README.md +++ b/devkit-cayenne/README.md @@ -33,4 +33,25 @@ Will use onboard ST-Link(Flasher/Debugger) to upload sketch. Download and Install required utility from ST [here](https://www.st.com/en/development-tools/stm32cubeprog.html). Arduino IDE: -Select Tools -> Upload Method -> STM32CubeProgrammer(SWD) \ No newline at end of file +Select Tools -> Upload Method -> STM32CubeProgrammer(SWD) + +### PlatformIO Configuration + +** If your + +``` +[env:disco_l072cz_lrwan1] +platform = ststm32 +board = disco_l072cz_lrwan1 +framework = arduino + +lib_deps = + STM32duino LSM6DSO + STM32duino LIS2DW12 + STM32duino STTS751 + STM32duino LIS2MDL + STM32duino LPS22HH + STM32duino HTS221 + MCCI LoRaWAN LMIC library + CayenneLPP +``` \ No newline at end of file