Skip to content

Commit c65bf9f

Browse files
committed
Add analogreadresolution
1 parent 3aed2a4 commit c65bf9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PortentaBreakoutCarrier.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ class BreakoutCarrierClass {
236236
}
237237
return -1;
238238
}
239+
void analogReadResolution(int bits) {
240+
::analogReadResolution(bits);
241+
}
239242
MbedI2C I2C_0;
240243
MbedI2C I2C_1;
241244
MbedI2C I2C_2;

0 commit comments

Comments
 (0)