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 efebe93 commit 03e465cCopy full SHA for 03e465c
examples/analogRead/analogRead.ino
@@ -9,7 +9,7 @@
9
10
This example code is in the public domain.
11
*/
12
-#include "Arduino_PortentaBreakoutCarrier.h"
+#include <Arduino_PortentaBreakoutCarrier.h>
13
14
const byte ANALOG_PIN_NUMBER = 8;
15
const int ANALOG_RESOLUTION = 16;
0 commit comments