Add TODO in GenericSensor.cs.
This commit is contained in:
parent
e0a3d77699
commit
f758501c03
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ using Microsoft.Extensions.Logging;
|
||||||
|
|
||||||
namespace NucuCar.Sensors.Abstractions
|
namespace NucuCar.Sensors.Abstractions
|
||||||
{
|
{
|
||||||
|
// TODO: Revisit abstractions and check for bad design.
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The GenericSensor is an abstract class, which provides a base for abstracting hardware sensors.
|
/// The GenericSensor is an abstract class, which provides a base for abstracting hardware sensors.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
Loading…
Reference in a new issue