Noob here... help me!

My code is here : https://drive.google.com/file/d/0BxbkVrerupo1ODBPQlZ1bng4Mlk/edit

Here are my errors;

C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:41:14: error: expected identifier before numeric constant



#define LOW  0x0



              ^



C:\Users\User\Documents\Arduino\libraries\Keypad/Keypad.h:43:13: note: in expansion of macro 'LOW'



 #define OFF LOW



             ^



C:\Users\User\Documents\Arduino\libraries\RTClib-master/RTClib.h:79:25: note: in expansion of macro 'OFF'



 enum Ds1307SqwPinMode { OFF = 0x00, ON = 0x80, SquareWave1HZ = 0x10, SquareWave4kHz = 0x11, SquareWave8kHz = 0x12, SquareWave32kHz = 0x13 };



                         ^



C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:41:14: error: expected '}' before numeric constant



 #define LOW  0x0



              ^



C:\Users\User\Documents\Arduino\libraries\Keypad/Keypad.h:43:13: note: in expansion of macro 'LOW'



 #define OFF LOW



             ^



C:\Users\User\Documents\Arduino\libraries\RTClib-master/RTClib.h:79:25: note: in expansion of macro 'OFF'



 enum Ds1307SqwPinMode { OFF = 0x00, ON = 0x80, SquareWave1HZ = 0x10, SquareWave4kHz = 0x11, SquareWave8kHz = 0x12, SquareWave32kHz = 0x13 };



                         ^



C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:41:14: error: expected unqualified-id before numeric constant



 #define LOW  0x0



              ^



C:\Users\User\Documents\Arduino\libraries\Keypad/Keypad.h:43:13: note: in expansion of macro 'LOW'



 #define OFF LOW



             ^



C:\Users\User\Documents\Arduino\libraries\RTClib-master/RTClib.h:79:25: note: in expansion of macro 'OFF'



 enum Ds1307SqwPinMode { OFF = 0x00, ON = 0x80, SquareWave1HZ = 0x10, SquareWave4kHz = 0x11, SquareWave8kHz = 0x12, SquareWave32kHz = 0x13 };



                         ^



In file included from C:\Users\User\AppData\Local\Temp\arduino_modified_sketch_214730\sketch_oct28a.ino:6:0:



C:\Users\User\Documents\Arduino\libraries\RTClib-master/RTClib.h:79:139: error: expected declaration before '}' token



 enum Ds1307SqwPinMode { OFF = 0x00, ON = 0x80, SquareWave1HZ = 0x10, SquareWave4kHz = 0x11, SquareWave8kHz = 0x12, SquareWave32kHz = 0x13 };

THANKS FOR ANY HELP IN ADVANCE..

Post you code. People aren't going to hunt it down to try and help you, you need to make it easy for them. You do it once or we do it many times. Ya think?

I'd like to but it exceeds the maximum characters :cry:

Don't define LOW yourself, that messes up the definition that Arduino.h needs.

Jamie0000:
I'd like to but it exceeds the maximum characters :cry:

Then please add your .ino file as an attachment.

...R