Skip to main content

Interface ICoprocessor

Contract to describe a co-processor

Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface ICoprocessor

Properties

Status

Current status of the coprocessor.

View Source
Declaration
ICoprocessor.CoprocessorState Status { get; }

ResetReason

Reason for the last reset of the coprocessor.

View Source
Declaration
ICoprocessor.CoprocessorResetReason ResetReason { get; }

Methods

GetBatteryLevel()

Gets the current battery charge level in Volts (V).

View Source
Declaration
double GetBatteryLevel()
Returns

System.Double