Interface IMeadowAppEmbeddedHardware
An interface for embedded hardware running the Meadow software stack
Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IMeadowAppEmbeddedHardware
Properties
ComputeModule
The base IMeadowDevice compute module that the hardware uses (e.g. F7, Raspberry Pi, etc)
View Source
Declaration
IMeadowDevice ComputeModule { get; }