analogdevicesinc / msdk

Software Development Kit for Analog Device's MAX-series microcontrollers
Apache License 2.0
60 stars 76 forks source link

feat(Examples,MiscDrivers): Add ADT7320 Temperature Sensor Driver and Example for MAX32665 #860

Closed ersahatmacaa closed 7 months ago

ersahatmacaa commented 7 months ago

Description

Implemented a new temperature monitoring example project for the MAX32665, which operates with the ADT7320 SPI temperature sensor. The example project located under Examples\MAX32665 and, the sensor drivers under Libraries\MiscDrivers\TempSensor directory.