Yes, OneWire is handled in software, so any pin can do it. At the moment that's it (apart from digitalPulse()), but I might add software SPI at some point in the future (As the STM32F1 doesn't do 9 bit SPI, which is used all over the place - for example in some displays as a way to avoid having to wire up the 'DC' wire).
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.
Yes, OneWire is handled in software, so any pin can do it. At the moment that's it (apart from
digitalPulse()
), but I might add software SPI at some point in the future (As the STM32F1 doesn't do 9 bit SPI, which is used all over the place - for example in some displays as a way to avoid having to wire up the 'DC' wire).