Interface ICoprocessor
Contract to describe a co-processor
Assembly: Meadow.Contracts.dll
View Source
public interface ICoprocessor
Properties
Status
Current status of the coprocessor.
View Source
ICoprocessor.CoprocessorState Status { get; }
ResetReason
Reason for the last reset of the coprocessor.
View Source
ICoprocessor.CoprocessorResetReason ResetReason { get; }
Methods
GetBatteryLevel()
Gets the current battery charge level in Volts (V
).
View Source
double GetBatteryLevel()
Returns
System.Double