stm32duino / STM32LowPower

Arduino Low Power library for STM32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fails to compile in Platform.IO

mtbspace opened this issue · comments

It seems it cannot find the function prototypes. Is there something extra I need to do after installing this library?

Compiling .pio/build/rak811_tracker/libda9/STM32duino Low Power/STM32LowPower.cpp.o
.pio/libdeps/rak811_tracker/STM32duino Low Power/src/STM32LowPower.cpp: In member function 'void STM32LowPower::begin()':
.pio/libdeps/rak811_tracker/STM32duino Low Power/src/STM32LowPower.cpp:56:3: error: 'LowPower_init' was not declared in this scope; did you mean 'LowPower'?
   56 |   LowPower_init();

Just found this is a duplicate of #34