We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de07607 commit 163d7caCopy full SHA for 163d7ca
tests/test_stepper.py
@@ -2,6 +2,18 @@
2
#
3
# SPDX-License-Identifier: Unlicense
4
5
+"""
6
+`test_stepper`
7
+====================================================
8
+
9
+Tests stepper functionality.
10
11
+* Author(s): ladyada
12
13
14
+__version__ = "1.0.0"
15
+__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Motor.git"
16
17
import os
18
import sys
19
from unittest.mock import MagicMock
@@ -16,6 +28,8 @@
28
29
30
class Coil:
31
+ """Class Coil"""
32
33
def __init__(self):
20
34
self._duty_cycle = 0
21
35
0 commit comments