8 lines
No EOL
104 B
C#
8 lines
No EOL
104 B
C#
namespace NucuCar.Sensors
|
|
{
|
|
public enum SensorState
|
|
{
|
|
Error,
|
|
Initialized
|
|
}
|
|
} |