Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ksae 2024 main #10

Open
wants to merge 2 commits into
base: inverterTest_23
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions 0_Src/AppSw/Tricore/SDP/PedalBox/PedalBox.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
#define V0_CONST_A -9.2980636458f
#define V0_CONST_B 100.7315829998f
#elif PPSMODE == ADC
#define A0STT (1.15f)
#define A0END (3.20f)
#define A0STT (1.50f)
#define A0END (3.48f)

#define A1STT (0.74f)
#define A1END (2.00f)
#define A1STT (0.93f)
#define A1END (2.22f)
#endif

#define PBERRORLIMIT 10
Expand Down