Skip to content
Snippets Groups Projects
Commit 1da32b67 authored by Luca Erbetta's avatar Luca Erbetta :rocket:
Browse files

[PinObs] Threshold back to 10

parent e08932d2
Branches
Tags
1 merge request!16WIP: Deployment
...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment