File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ enum Pullup{
28
28
* Encoders, Magnetic Encoders and Hall Sensor implementations. This base class extracts the
29
29
* most basic common features so that a FOC driver can obtain the data it needs for operation.
30
30
*
31
- * To implement your own sensors, create a sub-class of this class, and implement the getAngle ()
32
- * method. getAngle () returns a float value, in radians, representing the current shaft angle in the
31
+ * To implement your own sensors, create a sub-class of this class, and implement the getSensorAngle ()
32
+ * method. getSensorAngle () returns a float value, in radians, representing the current shaft angle in the
33
33
* range 0 to 2*PI (one full turn).
34
34
*
35
35
* To function correctly, the sensor class update() method has to be called sufficiently quickly. Normally,
You can’t perform that action at this time.
0 commit comments