11 lines
No EOL
290 B
C#
11 lines
No EOL
290 B
C#
namespace GrovePi
|
|
{
|
|
internal static class Constants
|
|
{
|
|
public const byte Unused = 0;
|
|
public const byte GroveVcc = 5;
|
|
public const byte AdcVoltage = 5;
|
|
public const int GroveRgpLcdMaxLength = 16;
|
|
public const int GroveRgpLcdRows = 2;
|
|
}
|
|
} |