We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb81bf commit fbc77d4Copy full SHA for fbc77d4
1 file changed
README.md
@@ -49,9 +49,11 @@ def main():
49
50
Connecting to a die and creating a die object (use "create_dice" and pass it a die device):
51
```python
52
-My_die = create_dice(dice_devices[0])
+myDie = create_dice(dice_devices[0])
53
```
54
55
+Once you have the GoDice instance ready (e.g. myDie from the example above) you can call the following class functions:
56
+
57
Messages
58
-----------
59
Activating LEDs:
0 commit comments