Reading temperature sensor MAX31855 by SPI1 of STM32F070xx
Posted on October 21, 2016 at 08:53Dear all,I want to read MAX31855 by stm32F070xx in degree celsius.Kindly take a look in this code, how can I implement it to 32f0xx?#define SPI_PORT SPI2#define SPI_SCK_PIN GPIO_Pin_13 // PB13#define SPI...