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.
2 parents 99f4d68 + 808b39d commit fcf3914Copy full SHA for fcf3914
gen/CANSensor.yml
@@ -8,6 +8,8 @@ classes:
8
shared_ptr: true
9
attributes:
10
m_device:
11
+ # don't let teams shoot themselves in the foot
12
+ ignore: true
13
methods:
14
CANSensor:
15
ignore: true
gen/CANSparkMaxLowLevel.yml
@@ -8,8 +8,11 @@ classes:
kAPIMinorVersion:
kAPIBuildVersion:
kAPIVersion:
+ # don't let people shoot themselves in the foot
m_sparkMax:
m_motorType:
16
enums:
17
MotorType:
18
ParameterStatus:
@@ -21,6 +24,7 @@ classes:
21
24
overloads:
22
25
"":
23
26
bool&:
27
28
GetFirmwareString:
29
GetSerialNumber:
30
GetDeviceId:
0 commit comments