Hi I am new to Arduino (uno). I have some experience with C++ but am still learning a lot. My project is an automated distilling system that will read a temperature input and pressure input and then based on those inputs, turn on or off electromechanical valves (actually they are fuel injectors). I started testing out my code and got my thermistor to work correctly. I purchased a MPL115A1 pressure sensor for absolute pressure readings. It was talked about before on the following forum: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1290784855
I modified his code for the uno and am not getting anything. Based on the data sheets he provides, are the registers correct (read and write as well as all the variable mappings)?
I attached what I have done so far because it is too long for this forum.
So I decided to try and find code that will just make it work. I can work on integrating the code into my project later. I found the following example code: http://forum.sparkfun.com/download/file.php?id=574
When I go to compile it there are two issues:
I do not have (or know how to make) the MPL115A1.h library