9 lines
204 B
C
9 lines
204 B
C
|
|
#ifndef __CM_DEMO_LCD_H__
|
||
|
|
#define __CM_DEMO_LCD_H__
|
||
|
|
|
||
|
|
#include <stdint.h>
|
||
|
|
#include <stddef.h>
|
||
|
|
|
||
|
|
void cm_test_lcd(unsigned char **cmd, int len);
|
||
|
|
void cm_test_lcd_read_id(unsigned char **cmd, int len);
|
||
|
|
#endif
|