8 lines
No EOL
161 B
C#
8 lines
No EOL
161 B
C#
// ReSharper disable UnusedAutoPropertyAccessor.Global
|
|
|
|
namespace NucuCar.Sensors.Modules.BME680
|
|
{
|
|
public class Bme680Config : BaseSensorConfig
|
|
{
|
|
}
|
|
} |