analogdevicesinc / arduino-max326xx

Arduino core for Maxim's MAX326xx series boards
Apache License 2.0
0 stars 1 forks source link

Some alterations for the MAX32630FTHR #13

Closed idea--list closed 4 years ago

idea--list commented 4 years ago

Added some pin definitions for the MAX32630FTHR, changed naming of the analog pins to be on par with the pinout diagram of this board.

Added a type definition in Wire.cpp for MAX32630FTHR as the compiler refuses to compile without that.

The other 2 targets might also need these changes, however i do not have those at my hands , so i can not test those.