Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
medidor_uv
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
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
desinfeccion_uv
medidor_uv
Commits
1a89d916
Commit
1a89d916
authored
4 years ago
by
Sebastián Fernández
Browse files
Options
Downloads
Patches
Plain Diff
cambio mensaje calibrando por midiendo
parent
963289c8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sw/uv_meter_arduino/uv_meter_arduino.ino
+5
-5
5 additions, 5 deletions
sw/uv_meter_arduino/uv_meter_arduino.ino
with
5 additions
and
5 deletions
sw/uv_meter_arduino/uv_meter_arduino.ino
+
5
−
5
View file @
1a89d916
...
...
@@ -321,7 +321,7 @@ void display_calibration_unload() {
lc
.
setRow
(
0
,
0
,
B00111101
);
// d
lcd
.
setCursor
(
0
,
0
);
lcd
.
print
(
"
Calib. en curso
"
);
//
lcd
.
print
(
"
Midiendo UV-C
"
);
//
lcd
.
setCursor
(
0
,
1
);
lcd
.
print
(
"Retire carga "
);
//
}
...
...
@@ -338,7 +338,7 @@ void display_calibration_door_open() {
lc
.
setRow
(
0
,
0
,
B00000101
);
// r
lcd
.
setCursor
(
0
,
0
);
lcd
.
print
(
"
Calib. en curso
"
);
//
lcd
.
print
(
"
Midiendo UV-C
"
);
//
lcd
.
setCursor
(
0
,
1
);
lcd
.
print
(
"Cierre puerta "
);
//
}
...
...
@@ -360,7 +360,7 @@ void display_calibration_power(int value) {
}
lcd
.
setCursor
(
0
,
0
);
lcd
.
print
(
"
Calib. en curso
"
);
//
lcd
.
print
(
"
Midiendo UV-C
"
);
//
lcd
.
setCursor
(
0
,
1
);
lcd
.
print
(
"Pot.: "
);
//
lcd
.
print
(
value
);
...
...
@@ -405,7 +405,7 @@ void display_calibration_warming(int value) {
lc
.
setRow
(
0
,
0
,
B00000100
);
// i
lcd
.
setCursor
(
0
,
0
);
lcd
.
print
(
"
Calib. en curso
"
);
//
lcd
.
print
(
"
Midiendo UV-C
"
);
//
lcd
.
setCursor
(
0
,
1
);
lcd
.
print
(
"Calentando:"
);
//
lcd
.
print
(
value
);
...
...
@@ -472,7 +472,7 @@ void display_show_version() {
void
display_calibration_done
()
{
lcd
.
setCursor
(
0
,
0
);
lcd
.
print
(
"Fin
calibra
cion "
);
//
lcd
.
print
(
"Fin
medi
cion
"
);
//
lcd
.
setCursor
(
0
,
1
);
lcd
.
print
(
"Presione boton "
);
//
}
...
...
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