Airoha M0 BLE API  1.0.5.4
Drv_1602.h
1 /******************************************************************************
2 Copyright (c) Airoha 2016 - All rights reserved
3 
4 FILE NAME
5  Drv_1602.h
6 DESCRIPTION
7 NOTES
8 ********************************************************************************/
9 #ifndef __DRV_1602_HH
10 #include "ab1600.h"
11 
12 void Drv_1602Reset(bool is_reset);
13 bool Drv_1602DataReady(void);
14 
15 #endif