Difference between revisions of "Component: IO Expander (PCF8575) (PCF8575) (General Input)"
From Flowcode Help
Jump to navigationJump to search (Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Matrix TSL |- | width="20%" style="color:gray;" | Version | 1.0 |- | width="20%" style="color:gray...") |
|||
Line 20: | Line 20: | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 38: | Line 40: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Line 57: | Line 61: | ||
− | == | + | ==Macro reference== |
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" |
Revision as of 14:11, 20 January 2023
Author | Matrix TSL |
Version | 1.0 |
Category | General Input |
Contents
IO Expander (PCF8575) component
Provides 16 digital input/output pins arranged into 8-bit ports using a I2C bus connection. Up to eight expanders can be connected to the same I2C peripheral by means of three address pins. Supports the PCF8575 device allowing up to 8 expanders to be connected to the same I2C bus.
Component Source Code
Please click here for the component source code: FC_Comp_Source_IOEXP_PCF8575.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
ReadPort | |
Reads the current input value of the I/O pins. | |
- UINT | Return |
WritePort | |
Writes an output value to the IO pins | |
- UINT | Value |
Value to write. Range 0-65535 | |
- VOID | Return |
Initialise | |
- VOID | Return |