Difference between revisions of "Component: Digital Potentiometer (MCP44XX) (Analog Output)"
From Flowcode Help
Jump to navigationJump to searchLine 14: | Line 14: | ||
==Digital Potentiometer (MCP44XX) component== | ==Digital Potentiometer (MCP44XX) component== | ||
The MCP44XX device range supports 4 digital potentiometers or rheostat outputs. 129 or 257 possible output resistance values for each channel. | The MCP44XX device range supports 4 digital potentiometers or rheostat outputs. 129 or 257 possible output resistance values for each channel. | ||
+ | |||
+ | ==Component Pack== | ||
+ | |||
+ | COMMSA | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 28: | Line 34: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Revision as of 16:30, 7 January 2022
Author | Matrix TSL |
Version | 1.0 |
Category | Analog Output |
Contents
Digital Potentiometer (MCP44XX) component
The MCP44XX device range supports 4 digital potentiometers or rheostat outputs. 129 or 257 possible output resistance values for each channel.
Component Pack
COMMSA
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
IncrementWiper |
Increments a single volatile wiper value | |
![]() |
Index |
Range: 0-3 | |
![]() |
Return |
![]() |
DecrementWiper |
Decrements a single volatile wiper value | |
![]() |
Index |
Range: 0-3 | |
![]() |
Return |
![]() |
SetWiper |
Sets the value of a single wiper | |
![]() |
Index |
Range: 0-3 | |
![]() |
Value |
129 Taps Range: 0-128 / 257 Taps Range: 0-256 | |
![]() |
MemoryType |
0=Volatile, 1=Nonvolatile | |
![]() |
Return |
![]() |
ReadAddress |
Reads a value from one of the registers on the device | |
![]() |
Address |
Range: 0-15 | |
![]() |
Return |
![]() |
WriteAddress |
Writes a value to one of the registers on the device | |
![]() |
Address |
Range: 0-15 | |
![]() |
Value |
Range: 0-256 | |
![]() |
Return |
![]() |
Initialise |
Startup the I2C peripheral ready for communications. | |
![]() |
Return |