Hi,
I've hit a wall with trying to debug why my arduino IDE is misbehaving.
I've been using previous versions of the IDE on ubuntu for a few years.
Today i've come to play with a new lib : MAX30105.
I download add to a previous version of the IDE libs folder and my sketchbook path lib folder. It moaned on compilation that it couldn't find MAX30105.h
So I thought i'd upgrade to the latest IDE, makes lots of sense...
Downloaded 1.8.3, unzipped. - removed any MAX30105 lib folders. So i was clean.
Installed the MAX30105 lib from the lib manager in 1.8.3 cool
I go to compile and I get this :
==
WARNING: Category '' in library GainspanS2W is not valid. Setting to 'Uncategorized'
WARNING: Category '' in library Atmel Lightweight Mesh framework is not valid. Setting to 'Uncategorized'
WARNING: Category '' in library Pinoccio is not valid. Setting to 'Uncategorized'
/home/matt/sketchbook/libraries/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library/src/spo2_algorithm.cpp:60:21: fatal error: arduino.h: No such file or directory
#include "arduino.h"
^
compilation terminated.
exit status 1
Any help would be appreciated, i've google lots, and tried lots.
Thanks