FGInt Switches

From FlightGear wiki
Revision as of 08:39, 2 December 2019 by Daweed (talk | contribs) (Initial Création)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Switches classes will be used to manage standard switches with 2 or 3 positions and is based on the MCP23017 chipset. 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
  • DoubleSwitch class : used to manage standard switch 3 positions
  • RotarySwitch class : used to manage rotary switch with n positions
  • ToogleSwitch class : used to manage push button switch (momentary switch)