Class C8800Retro
Represents a mikroBUS Altair 8800 Retro click board
Assembly: C8800Retro.dll
View Source
Declaration
public class C8800Retro : As1115, IPixelDisplay, IDisplay, II2cPeripheral, IDisposable
Inheritance: System.Object
-> Meadow.Foundation.ICs.IOExpanders.As1115
Implements:
Meadow.Peripherals.Displays.IPixelDisplay
, Meadow.Peripherals.Displays.IDisplay
, Meadow.Hardware.II2cPeripheral
, System.IDisposable
Methods
GetButton(ButtonColumn, ButtonRow)
Get the button for a given row and column
View Source
Declaration
public IButton GetButton(C8800Retro.ButtonColumn column, C8800Retro.ButtonRow row)
Returns
Meadow.Peripherals.Sensors.Buttons.IButton
: The IButton object
Parameters
Type | Name | Description |
---|---|---|
Meadow.Foundation.mikroBUS.Displays.C8800Retro.ButtonColumn | column | The column of the button (1-4) |
Meadow.Foundation.mikroBUS.Displays.C8800Retro.ButtonRow | row | The row of the button (A-D) |
Implements
Meadow.Peripherals.Displays.IPixelDisplay
Meadow.Peripherals.Displays.IDisplay
Meadow.Hardware.II2cPeripheral
System.IDisposable