FGInt Switches: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:


'''''Switches''''' classes will be used to manage standard switches and is based on the MCP23017 chipset.
'''''Switches''''' classes will be used to manage standard switches and is based on the MCP23017 chipset.
Switches classes are grouped in the FGIntSwitch library. With this library you will be able to manage :
Switches classes are grouped in the '''FGIntSwitch''' library. With this library you will be able to manage :
* [[Switch Class ]]: used to manage standard switch 2 positions
* [[Switch Class ]]: used to manage standard switch 2 positions
* [[ DoubleSwitch Class ]]: used to manage standard switch 3 positions
* [[ DoubleSwitch Class ]]: used to manage standard switch 3 positions
* [[ RotarySwitch class ]]: used to manage rotary switch with n positions
* [[ RotarySwitch class ]]: used to manage rotary switch with n positions
* [[ ToogleSwitch class ]]: used to manage push button switch (momentary switch)
* [[ ToogleSwitch class ]]: used to manage push button switch (momentary switch)

Revision as of 08:52, 2 December 2019

Switches classes will be used to manage standard switches and is based on the MCP23017 chipset. Switches classes are grouped in the FGIntSwitch library. With this library you will be able to manage :