[doc] Update Analog Input voltage to 3.3v (NFC) (#8085)

This commit is contained in:
sciencewhiz
2025-07-14 23:47:30 -07:00
committed by GitHub
parent 8d248f61fd
commit efedc5d69a
9 changed files with 18 additions and 18 deletions

View File

@@ -44,7 +44,7 @@ class AnalogInput : public wpi::Sendable,
/**
* Get a sample straight from this channel.
*
* The sample is a 12-bit value representing the 0V to 5V range of the A/D
* The sample is a 12-bit value representing the 0V to 3.3V range of the A/D
* converter in the module. The units are in A/D converter codes. Use
* GetVoltage() to get the analog value in calibrated units.
*

View File

@@ -38,7 +38,7 @@ class AnalogPotentiometer : public wpi::Sendable,
* potentiometer is plugged into. 0-3 are on-board and 4-7
* are on the MXP port.
* @param fullRange The value (in desired units) representing the full
* 0-5V range of the input.
* 0-3.3V range of the input.
* @param offset The value (in desired units) representing the
* angular output at 0V.
*/
@@ -60,7 +60,7 @@ class AnalogPotentiometer : public wpi::Sendable,
*
* @param input The existing Analog Input pointer
* @param fullRange The value (in desired units) representing the full
* 0-5V range of the input.
* 0-3.3V range of the input.
* @param offset The value (in desired units) representing the
* angular output at 0V.
*/
@@ -82,7 +82,7 @@ class AnalogPotentiometer : public wpi::Sendable,
*
* @param input The existing Analog Input pointer
* @param fullRange The value (in desired units) representing the full
* 0-5V range of the input.
* 0-3.3V range of the input.
* @param offset The value (in desired units) representing the
* angular output at 0V.
*/