Hi. I have a question for you. I am using stm32l0. In order to power a module, I must use the same pin of the microprocessor as both input and output. What functions can I do this? I wish you a good day
Do this with Arduino"#define OutputSDIO() pinMode(SDIO,OUTPUT)#define InputSDIO() pinMode(SDIO,INPUT)" functions. What functions can I do this using stm32cubeide?