kriswiner / CMWX1ZZABZ

Collection of sketches using the Arduino core for Murata's CMWX1ZZABZ (STM32L082 and SX1276)
93 stars 29 forks source link

getVREF not found #15

Open jpmeijers opened 5 years ago

jpmeijers commented 5 years ago

When compiling https://github.com/kriswiner/CMWX1ZZABZ/blob/master/CricketAssetTracker/Blink_Cricket.ino in Arduino.

/home/jpmeijers/Arduino/Cricket_Blink/Cricket_Blink.ino: In function 'void loop()':
Cricket_Blink:33:18: error: 'class STM32L0Class' has no member named 'getVREF'
   VDDA = STM32L0.getVREF();
                  ^
exit status 1
'class STM32L0Class' has no member named 'getVREF'
kriswiner commented 5 years ago

Try STM32L0.getVDDA();

On Sun, Feb 17, 2019 at 12:30 PM JP Meijers notifications@github.com wrote:

When compiling https://github.com/kriswiner/CMWX1ZZABZ/blob/master/CricketAssetTracker/Blink_Cricket.ino in Arduino.

/home/jpmeijers/Arduino/Cricket_Blink/Cricket_Blink.ino: In function 'void loop()': Cricket_Blink:33:18: error: 'class STM32L0Class' has no member named 'getVREF' VDDA = STM32L0.getVREF(); ^ exit status 1 'class STM32L0Class' has no member named 'getVREF'

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kriswiner/CMWX1ZZABZ/issues/15, or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qhZPewmXma3dhklymvLUWDQlyzREks5vObvtgaJpZM4a_xe7 .