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 be48e79 commit fe60a8eCopy full SHA for fe60a8e
rev/__init__.py
@@ -4,6 +4,7 @@
4
5
# autogenerated by 'robotpy-build create-imports rev'
6
from ._rev import (
7
+ AbsoluteEncoder,
8
AnalogInput,
9
CANSensor,
10
CANSparkMax,
@@ -14,6 +15,7 @@
14
15
MotorFeedbackSensor,
16
REVLibError,
17
RelativeEncoder,
18
+ SparkMaxAbsoluteEncoder,
19
SparkMaxAlternateEncoder,
20
SparkMaxAnalogSensor,
21
SparkMaxLimitSwitch,
@@ -22,6 +24,7 @@
22
24
)
23
25
26
__all__ = [
27
+ "AbsoluteEncoder",
28
"AnalogInput",
29
"CANSensor",
30
"CANSparkMax",
@@ -32,6 +35,7 @@
32
35
"MotorFeedbackSensor",
33
36
"REVLibError",
34
37
"RelativeEncoder",
38
+ "SparkMaxAbsoluteEncoder",
39
"SparkMaxAlternateEncoder",
40
"SparkMaxAnalogSensor",
41
"SparkMaxLimitSwitch",
0 commit comments