External sensor 2 type
00 -- linear conductive sensor
01 -- high impedance input (voltage follower), bridge
| C# | Visual Basic | Visual C++ |
public byte Ext2 { get; set; }
Public Property Ext2 As Byte
public: property unsigned char Ext2 { unsigned char get (); void set (unsigned char value); }