mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-21 02:15:55 +08:00
18 lines
409 B
C
18 lines
409 B
C
#include "header.h"
|
|
/**************************************************************************
|
|
|
|
Copyright: 杜兴杰
|
|
|
|
Author: 杜兴杰 1066950103@qq.com
|
|
|
|
Date: 2022-11-19
|
|
|
|
Description: 物美开发板 光耦头文件
|
|
|
|
**************************************************************************/
|
|
#include "luat_gpio.h"
|
|
#include "platform_define.h"
|
|
|
|
void optocouplerInit();
|
|
|
|
unsigned char getOptocoupler(unsigned char nIndex); |