I read a statement about stm32F4, it said that this kind of chip can be individually configured by software in several modes, include input floating. However, the Espruion system did not have input floating, and initially I coded Pin.getInfo(), it shown that its' mode was analog.
Even though I reset(true) the system, its' default mode is still analog. I have no idea how to use input floating mode as default, or I have no idea where its'mode was changed from input floating to analog.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I read a statement about stm32F4, it said that this kind of chip can be individually configured by software in several modes, include input floating. However, the Espruion system did not have input floating, and initially I coded Pin.getInfo(), it shown that its' mode was analog.
Even though I reset(true) the system, its' default mode is still analog. I have no idea how to use input floating mode as default, or I have no idea where its'mode was changed from input floating to analog.