Open jpmeijers opened 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 .
When compiling https://github.com/kriswiner/CMWX1ZZABZ/blob/master/CricketAssetTracker/Blink_Cricket.ino in Arduino.