Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Lynx On-Board Software
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Avionics
Software Development
Old Rockets
Lynx On-Board Software
Commits
1da32b67
Commit
1da32b67
authored
5 years ago
by
Luca Erbetta
Browse files
Options
Downloads
Patches
Plain Diff
[PinObs] Threshold back to 10
parent
e08932d2
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!16
WIP: Deployment
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/boards/DeathStack/configs/PinObserverConfig.h
+1
-1
1 addition, 1 deletion
src/boards/DeathStack/configs/PinObserverConfig.h
with
1 addition
and
1 deletion
src/boards/DeathStack/configs/PinObserverConfig.h
+
1
−
1
View file @
1da32b67
...
@@ -41,7 +41,7 @@ static const PinObserver::Transition TRIGGER_LAUNCH_PIN =
...
@@ -41,7 +41,7 @@ static const PinObserver::Transition TRIGGER_LAUNCH_PIN =
// How many consecutive times the launch pin should be detected as detached
// How many consecutive times the launch pin should be detected as detached
// before triggering a launch event.
// before triggering a launch event.
static
const
unsigned
int
THRESHOLD_LAUNCH_PIN
=
5
;
static
const
unsigned
int
THRESHOLD_LAUNCH_PIN
=
10
;
static
const
unsigned
int
PORT_NC_DETACH_PIN
=
GPIOB_BASE
;
static
const
unsigned
int
PORT_NC_DETACH_PIN
=
GPIOB_BASE
;
static
const
unsigned
char
NUM_NC_DETACH_PIN
=
7
;
static
const
unsigned
char
NUM_NC_DETACH_PIN
=
7
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment