analogdevicesinc / msdk

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

chore(PeriphDrivers): Define I2C Speeds for MAX32662 #887

Closed hfakkiz closed 5 months ago

hfakkiz commented 5 months ago

Description

Most of MAX32 MCUs supports 4 different I2C speeds and these speeds defined in 'i2c.h' file of MCU. But these definitions missed for MAX32662. The purpose of this commit is adding these definitions for MAX32662 to provide common interface for I2C speed.

Checklist Before Requesting Review