Hi Ben,
There is an example of 1-Wire for BluePill (stm32f104-minimum) using
the DS18B20 temperature sensor.
All you need to do it:
$ ./tools/configure.sh stm32f103-minimum:sensors
$ make menuconfig
Enable CONFIG_TESTING_SENSORTEST
$ make
Flash the firmware nuttx.bin in your board
Wire the sen
Hello,
I see some info searching Google about the 1-Wire (through USART)
implementation for NuttX. It seems there is a driver for it for use through
U(S)ART.
Did someone already have implemented STM32 for it? src/stm32_1wire.c (or
something) how I could initialize this driver?
I appreci