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 a2b8112 commit 11263abCopy full SHA for 11263ab
cores/siwigsm/Arduino.h
@@ -24,6 +24,7 @@
24
#ifndef Arduino_h
25
#define Arduino_h
26
27
+#include <inttypes.h>
28
#include <stdbool.h>
29
#include <stdint.h>
30
#include <stdlib.h>
variants/s20u/variant.h
@@ -10,6 +10,7 @@
10
#include <hw/gpio.h>
11
#include <hw/adc.h>
12
#include <hw/pwm.h>
13
+#include <hw/i2c.h>
14
15
#include <ril.h>
16
0 commit comments