好问题版本2.0:
在iNEMO的固件中有iNEMO_Button.c
有方法:
uint32_t iNEMO_Button_Get_State(Button_TypeDef按钮)
{
返回GPIO_ReadInputDataBit(BUTTON_PORT [Button],BUTTON_PIN [Button]);
}
如何在iNemo C / C ++控制台演示中获得状态?
请帮忙!
以上来自于谷歌翻译
以下为原文
ok question version 2.0:
In the Firmware of iNEMO there is the iNEMO_Button.c
there is the method:
uint32_t iNEMO_Button_Get_State(Button_TypeDef Button)
{
return GPIO_ReadInputDataBit(BUTTON_PORT[Button], BUTTON_PIN[Button]);
}
how can I get the state in the iNemo C/C++ console demonstration?
PLEASE help!
好问题版本2.0:
在iNEMO的固件中有iNEMO_Button.c
有方法:
uint32_t iNEMO_Button_Get_State(Button_TypeDef按钮)
{
返回GPIO_ReadInputDataBit(BUTTON_PORT [Button],BUTTON_PIN [Button]);
}
如何在iNemo C / C ++控制台演示中获得状态?
请帮忙!
以上来自于谷歌翻译
以下为原文
ok question version 2.0:
In the Firmware of iNEMO there is the iNEMO_Button.c
there is the method:
uint32_t iNEMO_Button_Get_State(Button_TypeDef Button)
{
return GPIO_ReadInputDataBit(BUTTON_PORT[Button], BUTTON_PIN[Button]);
}
how can I get the state in the iNemo C/C++ console demonstration?
PLEASE help!
举报