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