DS1302_Example:26: error: 'DS1302' does not name a type
DS1302_Example.ino: In function 'void print_time()':
DS1302_Example:32: error: 'Time' was not declared in this scope
DS1302_Example:32: error: expected `;' before 't'
DS1302_Example:35: error: 't' was not declared in this scope
DS1302_Example:46: error: 't' was not declared in this scope
DS1302_Example.ino: In function 'void setup()':
DS1302_Example:55: error: 'rtc' was not declared in this scope
DS1302_Example.ino: In function 'void loop()':
DS1302_Example:86: error: 'Time' was not declared in this scope
DS1302_Example:86: error: expected `;' before 't'
DS1302_Example:87: error: 'rtc' was not declared in this scope
DS1302_Example:87: error: 't' was not declared in this scope