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{
2828 * Encoders, Magnetic Encoders and Hall Sensor implementations. This base class extracts the
2929 * most basic common features so that a FOC driver can obtain the data it needs for operation.
3030 *
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
3333 * range 0 to 2*PI (one full turn).
3434 *
3535 * 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