M
Mars
@Mars
0
Reputation
62
Posts
618
Profile views
0
Followers
0
Following
Posts made by Mars
-
RE: FR8018HA能否读取单个GPIO口输入值?
get current value of gpio PORTA.
#define I2C_SDA_PIN 7
(gpio_porta_read() & BIT(I2C_SDA_PIN))