TuyaOS
tuya_pin.h
1#ifndef __TUYA_PIN_H__
2#define __TUYA_PIN_H__
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8#define tuya_pin_name_t UINT8_T
9
10#ifdef __cplusplus
11}
12#endif
13
14#endif