説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

lcd.h 128B

12345678910
  1. #ifndef _LCD_H_
  2. #define _LCD_H_
  3. #include <LiquidCrystal.h>
  4. extern LiquidCrystal lcd;
  5. void lcd_init(void);
  6. #endif // _LCD_H_