Thanks guys... I have slowly started getting the parts in to make this.
My first step was to program my board, but ran into a few problems. Eventually got the code to upload. I haven't been able to test it yet as I haven't soldered any wires yet. My concern is that I needed to change a bit of the code from github, and I'm hoping this won't affect it.
I had to update the code to read:
#define TIMING 100
instead of:
#define TIMING 100;
Next I have to get the reed sensors that's the only part I think I am still missing.
Oh I also wanted to ask, what does "to FTDI" mean in NOITAIDAR's sketch?