Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
B
brew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
João Lino
brew
Commits
f4f723e5
Commit
f4f723e5
authored
Jun 25, 2018
by
João Lino
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added some comments to the calibration parameters
parent
39ae9bda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
brew.ino
brew.ino
+3
-3
No files found.
brew.ino
View file @
f4f723e5
...
...
@@ -114,19 +114,19 @@ Temperature basePT100("base",
PT100_BASE_INPUT_PIN
,
PT100_BASE_TIME_BETWEEN_READINGS
,
//2.0298, 2.0259, 665.24, 662.17)
;
// orig
2.0208
,
2.0281
,
663.52
,
665.49
);
2.0208
,
2.0281
,
663.52
,
665.49
);
// calibration 2018-06-25
Temperature
upPT100
(
"up"
,
PT100_UP_OUTPUT_PIN
,
PT100_UP_INPUT_PIN
,
PT100_UP_TIME_BETWEEN_READINGS
,
//2.0274, 2.0245, 659.43, 656.72)
;
// orig
2.0279
,
2.0264
,
656.57
,
659
);
2.0279
,
2.0264
,
656.57
,
659
);
// calibration 2018-06-25
Temperature
downPT100
(
"down"
,
PT100_DOWN_OUTPUT_PIN
,
PT100_DOWN_INPUT_PIN
,
PT100_DOWN_TIME_BETWEEN_READINGS
,
//2.0309, 2.0288, 659.15, 655.35)
;
// orig
2.0157
,
2.0428
,
662.11
,
662.85
);
2.0157
,
2.0428
,
662.11
,
662.85
);
// calibration 2018-06-25
// ######################### INTERRUPTS #########################
void
isr
()
{
// Interrupt service routine is executed when a HIGH to LOW transition is detected on CLK
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment