Zanduino / MAX31855

Read thermocouple temperature using a MAX31855 converter
GNU General Public License v3.0
4 stars 7 forks source link

Initialize SPI params to 0 #11

Closed ademuri closed 1 year ago

ademuri commented 1 year ago

Description

This fixes the class sometimes using soft SPI and incorrect pins, making it not work, when it should use hard SPI.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Test Configuration:

platform = ststm32
board = generic_stm32g030c8t
framework = arduino

Checklist:

Zanshin Logo