Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.21 KB | None | 0 0
  1. #ifndef LCD_H
  2. #define LCD_H
  3.  
  4.  
  5. void delay(uint16_t us);
  6. void write_lcd_instruction(uint8_t instn);
  7. void write_lcd_data(uint8_t data);
  8. uint8_t read_lcd_status(void);
  9. void wait_if_lcd_busy(void);
  10.  
  11. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement