MAX31785 Fan controller

Hello,

I am using the Max31785 fan controller for a project I am wondering if anyone knows where I can get driver code for it. The chip pretty big and documentation kinda complicated so i was looking for some source code that I could use to start off with so i can better understand how to start writing code for it

It's an I²C controlled chip, so most of the work is done for you with the Wire library.

The rest is just a case of reading the data sheet and finding out the sequences of bytes to send to get it to do what you want.

Yea, i know but i was wondering if anyone had any driver code written as yet