Add STM32 boards support through stm32duino#34
Conversation
https://github.com/stm32duino/Arduino_Core_STM32 Tested on * Nucleo-L476RG * Nucleo-F401RE * Nucleo-G071RB * Nucleo-F103RB With LM75 tempetature sensor with LM75 library modified to use SoftwareWire https://github.com/thefekete/LM75 Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
|
Thank you very much for this good addition. However, there is a basic question that we have yet to decide. Since the I2C bus is slow (at 100kHz and 400kHz) and the functions Should we do as the OneWire library: https://github.com/PaulStoffregen/OneWire/blob/master/util/OneWire_direct_gpio.h or fall back to normal Arduino functions such as The SAMD21G has to be supported as well and the ATmega4809 and the Raspberryp Pi Pico and the nRF52840 and the AT91SAM3X8E (Due). |
Add STM32 boards support through stm32duino
https://github.com/stm32duino/Arduino_Core_STM32
Tested on
With LM75 tempetature sensor
with LM75 library modified to use SoftwareWire
https://github.com/thefekete/LM75
Signed-off-by: Alexandre Bourdiol alexandre.bourdiol@st.com