aboutsummaryrefslogtreecommitdiffstats
path: root/build/default/production
diff options
context:
space:
mode:
Diffstat (limited to 'build/default/production')
-rwxr-xr-xbuild/default/production/ds3231.i4
-rwxr-xr-xbuild/default/production/ds3231.p110
-rwxr-xr-xbuild/default/production/main.i8
-rwxr-xr-xbuild/default/production/main.p118
4 files changed, 20 insertions, 20 deletions
diff --git a/build/default/production/ds3231.i b/build/default/production/ds3231.i
index 717d2e9..c360bea 100755
--- a/build/default/production/ds3231.i
+++ b/build/default/production/ds3231.i
@@ -1764,7 +1764,7 @@ unsigned short I2C_Master_Read(unsigned short);
unsigned int sec = 30;
unsigned int min = 42;
unsigned int hour = 21;
-unsigned int dayofweek = 7;
+unsigned int dayOfWeek = 7;
unsigned int date = 27;
unsigned int month = 7;
unsigned int year = 19;
@@ -1866,7 +1866,7 @@ void Set_DayOfWeek() {
I2C_Master_Start();
I2C_Master_Write(0xD0);
I2C_Master_Write(3);
- I2C_Master_Write(dayofweek);
+ I2C_Master_Write(dayOfWeek);
I2C_Master_Stop();
}
diff --git a/build/default/production/ds3231.p1 b/build/default/production/ds3231.p1
index 0594743..c573cb5 100755
--- a/build/default/production/ds3231.p1
+++ b/build/default/production/ds3231.p1
@@ -233,9 +233,9 @@ Version 4.0 HI-TECH Software Intermediate Code
-> -> 21 `i `ui
]
"5
-[; ;./main.h: 5: unsigned int dayofweek = 7;
-[v _dayofweek `ui ~T0 @X0 1 e ]
-[i _dayofweek
+[; ;./main.h: 5: unsigned int dayOfWeek = 7;
+[v _dayOfWeek `ui ~T0 @X0 1 e ]
+[i _dayOfWeek
-> -> 7 `i `ui
]
"6
@@ -495,8 +495,8 @@ Version 4.0 HI-TECH Software Intermediate Code
[; ;ds3231.c: 65: I2C_Master_Write(3);
[e ( _I2C_Master_Write (1 -> -> 3 `i `ui ]
"66
-[; ;ds3231.c: 66: I2C_Master_Write(dayofweek);
-[e ( _I2C_Master_Write (1 _dayofweek ]
+[; ;ds3231.c: 66: I2C_Master_Write(dayOfWeek);
+[e ( _I2C_Master_Write (1 _dayOfWeek ]
"67
[; ;ds3231.c: 67: I2C_Master_Stop();
[e ( _I2C_Master_Stop .. ]
diff --git a/build/default/production/main.i b/build/default/production/main.i
index 94710f3..037b4d1 100755
--- a/build/default/production/main.i
+++ b/build/default/production/main.i
@@ -1842,7 +1842,7 @@ extern __bank0 __bit __timeout;
unsigned int sec = 30;
unsigned int min = 42;
unsigned int hour = 21;
-unsigned int dayofweek = 7;
+unsigned int dayOfWeek = 7;
unsigned int date = 27;
unsigned int month = 7;
unsigned int year = 19;
@@ -2022,7 +2022,7 @@ int main() {
- getWeekDay(dayofweek);
+ getWeekDay(dayOfWeek);
if (sec_chg != sec) {
@@ -2104,8 +2104,8 @@ void format_Temperature() {
-void getWeekDay(unsigned int dayofweek) {
- switch (dayofweek) {
+void getWeekDay(unsigned int dayOfWeek) {
+ switch (dayOfWeek) {
case 1:
weekday = "Sun";
break;
diff --git a/build/default/production/main.p1 b/build/default/production/main.p1
index cf2668c..64b2aa8 100755
--- a/build/default/production/main.p1
+++ b/build/default/production/main.p1
@@ -279,9 +279,9 @@ Version 4.0 HI-TECH Software Intermediate Code
-> -> 21 `i `ui
]
"5
-[; ;./main.h: 5: unsigned int dayofweek = 7;
-[v _dayofweek `ui ~T0 @X0 1 e ]
-[i _dayofweek
+[; ;./main.h: 5: unsigned int dayOfWeek = 7;
+[v _dayOfWeek `ui ~T0 @X0 1 e ]
+[i _dayOfWeek
-> -> 7 `i `ui
]
"6
@@ -483,8 +483,8 @@ Version 4.0 HI-TECH Software Intermediate Code
[; ;main.c: 87: format_Temperature();
[e ( _format_Temperature .. ]
"91
-[; ;main.c: 91: getWeekDay(dayofweek);
-[e ( _getWeekDay (1 _dayofweek ]
+[; ;main.c: 91: getWeekDay(dayOfWeek);
+[e ( _getWeekDay (1 _dayOfWeek ]
"94
[; ;main.c: 94: if (sec_chg != sec) {
[e $ ! != _sec_chg _sec 100 ]
@@ -679,14 +679,14 @@ Version 4.0 HI-TECH Software Intermediate Code
[e :UE 102 ]
}
"193
-[; ;main.c: 193: void getWeekDay(unsigned int dayofweek) {
+[; ;main.c: 193: void getWeekDay(unsigned int dayOfWeek) {
[v _getWeekDay `(v ~T0 @X0 1 ef1`ui ]
{
[e :U _getWeekDay ]
-[v _dayofweek `ui ~T0 @X0 1 r1 ]
+[v _dayOfWeek `ui ~T0 @X0 1 r1 ]
[f ]
"194
-[; ;main.c: 194: switch (dayofweek) {
+[; ;main.c: 194: switch (dayOfWeek) {
[e $U 111 ]
{
"195
@@ -757,7 +757,7 @@ Version 4.0 HI-TECH Software Intermediate Code
}
[e $U 110 ]
[e :U 111 ]
-[e [\ _dayofweek , $ -> -> 1 `i `ui 112
+[e [\ _dayOfWeek , $ -> -> 1 `i `ui 112
, $ -> -> 2 `i `ui 113
, $ -> -> 3 `i `ui 114
, $ -> -> 4 `i `ui 115