Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
change some comments
  • Loading branch information
Jomelo committed Jan 3, 2018
1 parent b71487a commit c893aa4
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
Expand Up @@ -110,8 +110,8 @@
// check some errors - do not change here anything
// *********************************************************************
# if(_LCDML_DISP_rows > _LCDML_DISP_cfg_max_rows)
# error change value of _LCDML_DISP_cfg_max_rows in LCDMenuLib.h
# error change value of _LCDML_DISP_cfg_max_rows in LCDMenuLib2.h
# endif
# if(_LCDML_DISP_cols > _LCDML_DISP_cfg_max_string_length)
# error change value of _LCDML_DISP_cfg_max_string_length in LCDMenuLib.h
# error change value of _LCDML_DISP_cfg_max_string_length in LCDMenuLib2.h
# endif
Expand Up @@ -126,7 +126,7 @@ void lcdml_menu_control(void)
// settings
unsigned long g_LCDML_DISP_press_time = 0;

#define _LCDML_CONTROL_digital_low_active 0 // (0 = low active (pullup), 1 = high active (pulldown) button
#define _LCDML_CONTROL_digital_low_active 0 // 0 = high active (pulldown) button, 1 = low active (pullup)
// http://playground.arduino.cc/CommonTopics/PullUpDownResistor
#define _LCDML_CONTROL_digital_enable_quit 1
#define _LCDML_CONTROL_digital_enable_lr 1
Expand Down
Expand Up @@ -140,8 +140,8 @@
// check some errors - do not change here anything
// *********************************************************************
# if(_LCDML_DISP_rows > _LCDML_DISP_cfg_max_rows)
# error change value of _LCDML_DISP_cfg_max_rows in LCDMenuLib.h
# error change value of _LCDML_DISP_cfg_max_rows in LCDMenuLib2.h
# endif
# if(_LCDML_DISP_cols > _LCDML_DISP_cfg_max_string_length)
# error change value of _LCDML_DISP_cfg_max_string_length in LCDMenuLib.h
# error change value of _LCDML_DISP_cfg_max_string_length in LCDMenuLib2.h
# endif
Expand Up @@ -126,7 +126,7 @@ void lcdml_menu_control(void)
// settings
unsigned long g_LCDML_DISP_press_time = 0;

#define _LCDML_CONTROL_digital_low_active 0 // (0 = low active (pullup), 1 = high active (pulldown) button
#define _LCDML_CONTROL_digital_low_active 0 // 0 = high active (pulldown) button, 1 = low active (pullup)
// http://playground.arduino.cc/CommonTopics/PullUpDownResistor
#define _LCDML_CONTROL_digital_enable_quit 1
#define _LCDML_CONTROL_digital_enable_lr 1
Expand Down
Expand Up @@ -140,8 +140,8 @@
// check some errors - do not change here anything
// *********************************************************************
# if(_LCDML_DISP_rows > _LCDML_DISP_cfg_max_rows)
# error change value of _LCDML_DISP_cfg_max_rows in LCDMenuLib.h
# error change value of _LCDML_DISP_cfg_max_rows in LCDMenuLib2.h
# endif
# if(_LCDML_DISP_cols > _LCDML_DISP_cfg_max_string_length)
# error change value of _LCDML_DISP_cfg_max_string_length in LCDMenuLib.h
# error change value of _LCDML_DISP_cfg_max_string_length in LCDMenuLib2.h
# endif
Expand Up @@ -126,7 +126,7 @@ void lcdml_menu_control(void)
// settings
unsigned long g_LCDML_DISP_press_time = 0;

#define _LCDML_CONTROL_digital_low_active 0 // (0 = low active (pullup), 1 = high active (pulldown) button
#define _LCDML_CONTROL_digital_low_active 0 // 0 = high active (pulldown) button, 1 = low active (pullup)
// http://playground.arduino.cc/CommonTopics/PullUpDownResistor
#define _LCDML_CONTROL_digital_enable_quit 1
#define _LCDML_CONTROL_digital_enable_lr 1
Expand Down
Expand Up @@ -142,8 +142,8 @@
// check some errors - do not change here anything
// *********************************************************************
# if(_LCDML_DISP_rows > _LCDML_DISP_cfg_max_rows)
# error change value of _LCDML_DISP_cfg_max_rows in LCDMenuLib.h
# error change value of _LCDML_DISP_cfg_max_rows in LCDMenuLib2.h
# endif
# if(_LCDML_DISP_cols > _LCDML_DISP_cfg_max_string_length)
# error change value of _LCDML_DISP_cfg_max_string_length in LCDMenuLib.h
# error change value of _LCDML_DISP_cfg_max_string_length in LCDMenuLib2.h
# endif
Expand Up @@ -126,7 +126,7 @@ void lcdml_menu_control(void)
// settings
unsigned long g_LCDML_DISP_press_time = 0;

#define _LCDML_CONTROL_digital_low_active 0 // (0 = low active (pullup), 1 = high active (pulldown) button
#define _LCDML_CONTROL_digital_low_active 0 // 0 = high active (pulldown) button, 1 = low active (pullup)
// http://playground.arduino.cc/CommonTopics/PullUpDownResistor
#define _LCDML_CONTROL_digital_enable_quit 1
#define _LCDML_CONTROL_digital_enable_lr 1
Expand Down
Expand Up @@ -133,8 +133,8 @@
// check some errors - do not change here anything
// *********************************************************************
# if(_LCDML_DISP_rows > _LCDML_DISP_cfg_max_rows)
# error change value of _LCDML_DISP_cfg_max_rows in LCDMenuLib.h
# error change value of _LCDML_DISP_cfg_max_rows in LCDMenuLib2.h
# endif
# if(_LCDML_DISP_cols > _LCDML_DISP_cfg_max_string_length)
# error change value of _LCDML_DISP_cfg_max_string_length in LCDMenuLib.h
# error change value of _LCDML_DISP_cfg_max_string_length in LCDMenuLib2.h
# endif
2 changes: 1 addition & 1 deletion examples/99_unittest/LCDML_990_unittest/LCDML_control.ino
Expand Up @@ -126,7 +126,7 @@ void lcdml_menu_control(void)
// settings
unsigned long g_LCDML_DISP_press_time = 0;

#define _LCDML_CONTROL_digital_low_active 0 // (0 = low active (pullup), 1 = high active (pulldown) button
#define _LCDML_CONTROL_digital_low_active 0 // 0 = high active (pulldown) button, 1 = low active (pullup)
// http://playground.arduino.cc/CommonTopics/PullUpDownResistor
#define _LCDML_CONTROL_digital_enable_quit 1
#define _LCDML_CONTROL_digital_enable_lr 1
Expand Down

0 comments on commit c893aa4

Please sign in to comment.