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 22c17c6 commit c708776Copy full SHA for c708776
variants/b_u585i_iot02a_stm32u585xx/analogReference.cpp
@@ -0,0 +1,10 @@
1
+#include <Arduino.h>
2
+
3
+extern "C" {
4
+ int analog_reference(uint8_t mode);
5
+};
6
7
+void analogReference(uint8_t mode)
8
+{
9
+ analog_reference(mode);
10
+}
0 commit comments