writing custom libraries.

my apologies, I'm a newbie to C and Arduino.

My only other experience was about 2 years worth of PICmicro programming in their Assembly and I just did everything directly to the registers and within the main code. I never did anything fancy like making my own libraries before..... I suppose I'm taking on a lot, but I'm learning quickly....

I'll try accessing the registers within the main project and ignore making libraries until I absolutely have to... I suppose.

Essentially when I imported the Morse code project, I tried having the .h and .cpp files in my tabs but I kept on experiencing compiling errors until I had those files in the official Libraries folder and those tabs closed/deleted.