i am using the cmps03 compass module for a rov
i have put this bit of code in it
#include "CMPS03.h"
CMPS03 cmps03;
but i get these errors
RoVBottomside.cpp:20:20: error: CMPS03.h: No such file or directory
RoVBottomside:17: error: 'CMPS03' does not name a type
RoVBottomside.cpp: In function 'void loop()':
RoVBottomside:94: error: 'cmps03' was not declared in this scop
how can i fix this