-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## Deviations from the LEGO<sup>®</sup> API | ||
## Notes from the LEGO<sup>®</sup> API | ||
|
||
The LEGO<sup>®</sup> API reports the class name is GyroscopicSensor. Testing revealed that the name is actually GyroSensor, so that name is used in this package instead. | ||
Section 4.2.5 is titled Gyroscopic Sensor, but the Python class name is listed as GyroSensor. GyroSensor is the correct name, so that is the name used in the package. |