Skip to content
Snippets Groups Projects
Commit 9f800b57 authored by 서의수's avatar 서의수
Browse files

Merge branch 'qkrwlgus0622-main-patch-51493' into 'main'

modify Actuator/lcd.c

See merge request !8
parents 4e4d15b1 925b784e
No related branches found
No related tags found
1 merge request!8modify Actuator/lcd.c
...@@ -24,8 +24,7 @@ ...@@ -24,8 +24,7 @@
void lcd_init(void); void lcd_init(void);
void lcd_byte(int bits, int mode); void lcd_byte(int bits, int mode);
void lcd_toggle_enable(int bits); void lcd_toggle_enable(int bits);
void lcdLoc(int line); void lcd_write(int line, const char *s);
void typeln(const char *s);
int fd; // seen by all subroutines int fd; // seen by all subroutines
//사람이 감지되면 센서로부터 '2'를 받음 //사람이 감지되면 센서로부터 '2'를 받음
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment