Skip to content

Commit

Permalink
♻️ code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
teamillusioncmit-shared committed Aug 16, 2024
1 parent 406fac5 commit 05798b4
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 1,136 deletions.
13 changes: 0 additions & 13 deletions .deepsource.toml

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ __pycache__
.pytest_cache
.vscode
networktables.json
networktables.json.bck
networktables.json.bck
frc2024.egg-info/**
1 change: 1 addition & 0 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class DrivePID:
K_I = 0
K_D = 0


class ArmPID:
K_P = 0.5
K_I = 0
Expand Down
112 changes: 0 additions & 112 deletions photonutils.py

This file was deleted.

Loading

0 comments on commit 05798b4

Please sign in to comment.