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 ADT7420 I2C Sensor Driver and Example for MAX32655EVKIT #853

Closed selimgullulu closed 7 months ago

selimgullulu commented 8 months ago

Description

This PR is introducing the driver and the example code for the ADT7420 Temperature Sensor for MAX32655EVKIT. It's tested using the EVAL-ADT7420MBZ with the MAX32655EVKIT. The code is mainly a modification of the I2C_Sensor example (which uses MAX31889). Please see the setup below and the serial output:

MAX32655_ADT7420

image

New example is introduced in folder: Examples\MAX32655\I2C_Sensor_ADT7420

The misc drivers for the ADT7420 in folder: Libraries\MiscDrivers\TempSensor\ADT7420

All files are checked and modified by cpplint and clang-format.

sihyung-maxim commented 7 months ago

/clang-format-run

selimgullulu commented 7 months ago

Thanks @selimgullulu

Thank you Jake