Hi. Im receiving an error: ‘LcdBarGraph’ does not name a type. I dont know how to fix it and I’ve tried some different things. If anyone would please supply any solutions you may think of, it would be much appreciated. I’ll post the part of the code where the error is below so that you guys can see it.
#import processing.dxf.*;
/*
////////////////////////////////////////////////
[ Arduino Cycle Computer ] Version A0.1
Original written by Adam O’Hern
Modified by Alexdlp for Instructables 2011
////////////////////////////////////////////////
*/
#include “LcdBarGraph.h”
#include “LiquidCrystal.h”
// initialize the library with the numbers of the interface pins
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
byte lcdNumCols = 15; // – number of columns in the LCD
LcdBarGraph lbg (&lcd, lcdNumCols); // – creating
int LED = 13; //pin for the LED
int SensorPin = A0; //input for REED SensorPin
int rim = 2035; //circumference of wheel in mm