readme and comment changes
This commit is contained in:
+1
-1
@@ -116,7 +116,7 @@ pub trait Driver {
|
||||
/// Some sensors may also provide current and voltage feedback, if implemented the communication system can sync them to the host you for.
|
||||
/// Can also be used for other custom logic. They are unused by RNavP, entirely optional.
|
||||
pub trait Sensor {
|
||||
///Returns the speed struct value from the motors sensor
|
||||
///Returns the speed struct value from the motors sensor.
|
||||
/// This should be non-blocking, there should be some form of cached value ready to go as soon as the method is called
|
||||
///
|
||||
/// IF properly returned in the correct Enum Data field, all other systems will use the value propely, being unit agnostic later.
|
||||
|
||||
Reference in New Issue
Block a user