If you are asking a question, please follow this template:
-
My goal is:
To get the mongoose-os to work with the MCP9600 chip. -
My actions are:
I am looking to port an Ardunio library to provide access to the MCP9600 chip.
I am attempting to port the following library from Arduino
- The result I see is:
It has a dependency on
- Adafruit_I2CDevice.h
- Adafruit_I2CRegister.h
when building I get the following error
fatal error: Adafruit_I2CDevice.h: No such file or directory
#include <Adafruit_I2CDevice.h>
^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
- My expectation & question is:
How do I get around this dependency issue? I don’t see any other ports that have the same dependency so there is nothing to copy.
I did notice there is another library that does not have these dependencies. Will I be better off attempting this instead?