mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
[doc] Update Analog Input voltage to 3.3v (NFC) (#8085)
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user