We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c369dca commit 26ba09bCopy full SHA for 26ba09b
variants/tamc_termod_s3/pins_arduino.h
@@ -2,6 +2,7 @@
2
#define Pins_Arduino_h
3
4
#include <stdint.h>
5
+#include <stdbool.h>
6
7
#define USB_VID 0x303a
8
#define USB_PID 0x1001
variants/tamc_termod_s3/variant.cpp
@@ -1,4 +1,5 @@
1
#include "Arduino.h"
+#include "pins_arduino.h"
float getBatteryVoltage() {
int analogVolt = analogReadMilliVolts(1);
0 commit comments