fix(tamc_termod_s3): Fix header includes (#11625)
This commit is contained in:
parent
c369dca062
commit
a14ce89715
2 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#define Pins_Arduino_h
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#define USB_VID 0x303a
|
||||
#define USB_PID 0x1001
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#include "Arduino.h"
|
||||
#include "pins_arduino.h"
|
||||
|
||||
float getBatteryVoltage() {
|
||||
int analogVolt = analogReadMilliVolts(1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue