794eb048ba
1. 新增 DEF_BTN_ENABLED 定義, 決定是否支援 BTN 2. 待 pi 支援此裝置才可以進行連線
11 lines
174 B
C
11 lines
174 B
C
#pragma once
|
|
#ifndef __ELITE_DEV_H__
|
|
#define __ELITE_DEV_H__
|
|
|
|
#include "app_config.h"
|
|
#include "elite.h"
|
|
|
|
const elite_instance_t *dev_init(void);
|
|
|
|
#endif // !__ELITE_DEV_H__
|