Skip to content

Commit

Permalink
Remove unnecessary files and fix CANSparkMaxLowLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
CrispyBacon1999 committed Jan 15, 2020
1 parent 2689c76 commit e347933
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 267 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ rev/_init_rev.py
rev/pkgcfg.py

*.dylib
*.dll
*.dll

rev/rpy-include
2 changes: 2 additions & 0 deletions gen/CANSparkMax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ classes:
InputMode:
SoftLimitDirection:
FaultID:
ignored_bases:
- CANSparkMaxLowLevel
methods:
CANSparkMax:
Set:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ name = "rev"
depends = ["wpilib_core", "wpiutil"]

generate = [
# { CANSparkMaxLowLevel = "rev/CANSparkMaxLowLevel.h" },
{ CANSparkMax = "rev/CANSparkMax.h" },
{ CANAnalog = "rev/CANAnalog.h" },
{ CANDeviceScanner = "rev/CANDeviceScanner.h" },
Expand All @@ -31,7 +32,6 @@ generate = [
{ CANError = "rev/CANError.h" },
{ CANPIDController = "rev/CANPIDController.h" },
{ CANSensor = "rev/CANSensor.h" },
# { CANSparkMaxLowLevel = "rev/CANSparkMaxLowLevel.h" },
{ ControlType = "rev/ControlType.h" },
{ SparkMax = "rev/SparkMax.h" },
]
Expand Down
52 changes: 0 additions & 52 deletions rev/rpy-include/rpygen/rev__CANAnalog.hpp

This file was deleted.

52 changes: 0 additions & 52 deletions rev/rpy-include/rpygen/rev__CANEncoder.hpp

This file was deleted.

45 changes: 0 additions & 45 deletions rev/rpy-include/rpygen/rev__CANSensor.hpp

This file was deleted.

82 changes: 0 additions & 82 deletions rev/rpy-include/rpygen/rev__CANSparkMax.hpp

This file was deleted.

34 changes: 0 additions & 34 deletions rev/rpy-include/rpygen/rev__SparkMax.hpp

This file was deleted.

0 comments on commit e347933

Please sign in to comment.