Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DIOT Monitoring Module
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Projects
DIOT Monitoring Module
Commits
10256d37
Commit
10256d37
authored
4 years ago
by
Christos Gentsos
Browse files
Options
Downloads
Patches
Plain Diff
Main: set a sane fan target default
parent
f2bb30c5
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main_fw/src/main.c
+1
-1
1 addition, 1 deletion
main_fw/src/main.c
with
1 addition
and
1 deletion
main_fw/src/main.c
+
1
−
1
View file @
10256d37
...
...
@@ -49,7 +49,7 @@ uint16_t fan_installed[3] __xMR = {1, 1, 0};
uint16_t
fan_cmdrpm
[
3
]
__xMR
=
{
0
,
0
,
0
};
uint16_t
fan_ppr
[
3
]
__xMR
=
{
1
,
1
,
1
};
// a 1 here means 2 pulses per revolution
uint16_t
setfrpms
[
3
]
__xMR
=
{
10
00
,
1
00
,
10
0
};
uint16_t
setfrpms
[
3
]
__xMR
=
{
6
00
,
6
00
,
0
};
pid_cntrl_t
PID1
__xMR
;
pid_cntrl_t
PID2
__xMR
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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