Show / Hide Table of Contents

Class FieldMeterV1wColor

Provides functionality for FCT field meter V1 PCBA with NTAG and color sensor

Inheritance
System.Object
FieldMeterV1wColor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Elatec.FCT.Client.Hardware
Assembly: ElatecFCT.dll
Syntax
public class FieldMeterV1wColor

Methods

View Source

GetColors(Byte[], Int32)

Get the colors measured by the color sensor on the field meter

Declaration
public int GetColors(byte[] ntagUserPage, int waveLenght)
Parameters
Type Name Description
System.Byte[] ntagUserPage

NTAG user page read

System.Int32 waveLenght
Returns
Type Description
System.Int32

colors

View Source

GetVoltage(Byte[])

Get the voltage measured by the STM32F0 via the pickupcoil

Declaration
public int GetVoltage(byte[] ntagUserPage)
Parameters
Type Name Description
System.Byte[] ntagUserPage

NTAG user page read

Returns
Type Description
System.Int32

voltage of the pickupcoil

  • View Source
In This Article
Back to top Generated by DocFX