Fix documentation for diplay
This commit is contained in:
parent
bb4483b141
commit
023ccb416b
2 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,8 @@ CHARS_PER_LINE = 16
|
|||
|
||||
|
||||
class Display(object):
|
||||
"""Access the different IR Sensors of the robot
|
||||
"""Access the display on the robot.
|
||||
The display is split into 4 Rows and 16 Columns. Each function call changes one line at a time.
|
||||
"""
|
||||
|
||||
@staticmethod
|
||||
|
|
Reference in a new issue