DS1307 clock

hi

i get a error at this line


#include <Wire.h>
#include “DS1307.h”

DS1307 clock;//define a object of DS1307 class


it says ‘DS1307’ does not name a type

thanks

devobtch

hi

thats using arduino 1.03
on 1.5.2 i get a different error
‘class DS1307’ has no member named ‘begin’

devobtch