Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arduino-block-course
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stefan Gehr
arduino-block-course
Commits
94037e8d
Commit
94037e8d
authored
2 years ago
by
Stefan Gehr
Browse files
Options
Downloads
Patches
Plain Diff
the spaces vs. tabs war continues
parent
6faf885d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
solarpump/solarpump.ino
+39
-39
39 additions, 39 deletions
solarpump/solarpump.ino
with
39 additions
and
39 deletions
solarpump/solarpump.ino
+
39
−
39
View file @
94037e8d
...
...
@@ -56,7 +56,7 @@ void printFloat(float f, uint8_t decimals, uint8_t rightPad) {
void
displayText
(
float
t1up_C
,
float
t1down_C
,
bool
pump1
,
float
t2up_C
,
float
t2down_C
,
bool
pump2
,
UPDATESTATE
state_t1up
,
UPDATESTATE
state_t1down
,
UPDATESTATE
state_t2up
,
UPDATESTATE
state_t2down
)
{
// update the display only after a second passed
// update the display only after a second
has
passed
const
uint32_t
textMillis
=
1000
;
static
uint32_t
prevMillis
=
0
;
uint32_t
curMillis
=
millis
();
...
...
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