[add] opdracht 4.1

This commit is contained in:
stijn
2021-03-10 09:15:31 +01:00
parent f31018f8f1
commit ab4bf87190
7 changed files with 1237 additions and 159 deletions

View File

@@ -22,6 +22,7 @@ void init_4bits_mode(void);
void lcd_write_string(const char *str);
void lcd_write_character(unsigned char byte);
void lcd_write_command(unsigned char byte);
void lcd_write_integer(int number);
void lcd_move_right(void);
void lcd_clear();