Hallo
Habe gerade mir mal Sketch angeschaut, ich sehe gerade das ich eine math.h brauche. Habe schon danach im Netz geschaut ich finde sie nicht zum download. Ist es möglich das du alle erforderlichen Libraries online stellst. Die neue DS1307 habe ich schon im Libraries Ordner.
das sind die Fehlermeldungen die ich bekomme
Danke Torsten
Dosierpumpe_20130827:19: error: 'Time' does not name a type
Dosierpumpe_20130827:21: error: 'Time' does not name a type
Dosierpumpe_20130827:11: error: 'DS1307' does not name a type
Dosierpumpe_20130827:30: error: 'Time' does not name a type
Dosierpumpe_20130827:77: error: 'Time' does not name a type
Dosierpumpe_20130827:89: error: 'Time' does not name a type
Dosierpumpe_20130827:101: error: 'Time' does not name a type
Dosierpumpe_20130827:113: error: 'Time' does not name a type
Dosierpumpe_20130827.ino: In function 'void setup()':
Dosierpumpe_20130827:141: error: 'rtc' was not declared in this scope
Dosierpumpe_20130827:150: error: 'Dosierung1' was not declared in this scope
Dosierpumpe_20130827:159: error: 'Dosierung2' was not declared in this scope
Dosierpumpe_20130827:168: error: 'Dosierung3' was not declared in this scope
Dosierpumpe_20130827:177: error: 'Dosierung4' was not declared in this scope
Dosierpumpe_20130827.ino: In function 'void loop()':
Dosierpumpe_20130827:195: error: 'Time' was not declared in this scope
Dosierpumpe_20130827:195: error: expected `;' before 'time'
Dosierpumpe_20130827:198: error: 'time' was not declared in this scope
Dosierpumpe_20130827:237: error: 'time' was not declared in this scope
Dosierpumpe_20130827:249: error: 'Dosierung1' was not declared in this scope
Dosierpumpe_20130827:250: error: 'Dosierung2' was not declared in this scope
Dosierpumpe_20130827:251: error: 'Dosierung3' was not declared in this scope
Dosierpumpe_20130827:252: error: 'Dosierung4' was not declared in this scope
display.ino: In function 'void Display(int)':
display:14: error: 'rtc' was not declared in this scope
display:18: error: 'FORMAT_SHORT' was not declared in this scope
display:33: error: 'Dosierung1' was not declared in this scope
display:48: error: 'Dosierung2' was not declared in this scope
display:63: error: 'Dosierung3' was not declared in this scope
display:78: error: 'Dosierung4' was not declared in this scope
menuWerte.ino: At global scope:
menuWerte:50: error: 'Time' does not name a type
menuWerte:156: error: 'Time' does not name a type
menuWerte.ino: In function 'void setDisplayDate(int, int, int)':
menuWerte:237: error: 'Time' was not declared in this scope
menuWerte:237: error: expected `;' before 't'
menuWerte:242: error: 't' was not declared in this scope
menuWerte:244: error: 't' was not declared in this scope
menuWerte:246: error: 't' was not declared in this scope
menuWerte:250: error: 't' was not declared in this scope
menuWerte:252: error: 't' was not declared in this scope
menuWerte:254: error: 't' was not declared in this scope
menuWerte:272: error: 'rtc' was not declared in this scope
menuWerte:272: error: 't' was not declared in this scope
menuWerte.ino: In function 'void setDisplayDow(int, int, int)':
menuWerte:292: error: 'Time' was not declared in this scope
menuWerte:292: error: expected `;' before 't'
menuWerte:297: error: 't' was not declared in this scope
menuWerte:309: error: 'rtc' was not declared in this scope
menuWerte:309: error: 't' was not declared in this scope
menuWerteSetzen.ino: In function 'void MenuWerteSetzen()':
menuWerteSetzen:22: error: 'rtcClock' was not declared in this scope
menuWerteSetzen:22: error: 'rtc' was not declared in this scope
menuWerteSetzen:23: error: 'setDisplayTime' was not declared in this scope
menuWerteSetzen:28: error: 'rtcClock' was not declared in this scope
menuWerteSetzen:28: error: 'setDisplayTime' was not declared in this scope
menuWerteSetzen:29: error: 'rtc' was not declared in this scope
menuWerteSetzen:84: error: 'Dosierung1' was not declared in this scope
menuWerteSetzen:84: error: 'setDisplayTime' was not declared in this scope
menuWerteSetzen:87: error: 'Dosierung1' was not declared in this scope
menuWerteSetzen:87: error: 'setDisplayTime' was not declared in this scope
menuWerteSetzen:150: error: 'Dosierung2' was not declared in this scope
menuWerteSetzen:150: error: 'setDisplayTime' was not declared in this scope
menuWerteSetzen:153: error: 'Dosierung2' was not declared in this scope
menuWerteSetzen:153: error: 'setDisplayTime' was not declared in this scope
menuWerteSetzen:216: error: 'Dosierung3' was not declared in this scope
menuWerteSetzen:216: error: 'setDisplayTime' was not declared in this scope
menuWerteSetzen:219: error: 'Dosierung3' was not declared in this scope
menuWerteSetzen:219: error: 'setDisplayTime' was not declared in this scope
menuWerteSetzen:282: error: 'Dosierung4' was not declared in this scope
menuWerteSetzen:282: error: 'setDisplayTime' was not declared in this scope
menuWerteSetzen:285: error: 'Dosierung4' was not declared in this scope
menuWerteSetzen:285: error: 'setDisplayTime' was not declared in this scope