Does
#include "SevSeg.h"
not produce any error?
Where have you installed the library files?
SevSeg sevseg = ;
This is a syntax error anyway.
Change it to
SevSeg sevseg;
Does
#include "SevSeg.h"
not produce any error?
Where have you installed the library files?
SevSeg sevseg = ;
This is a syntax error anyway.
Change it to
SevSeg sevseg;