Within a loop() I am issuing a call. I am concerned about memory usage. Is there a way of declaring the library object in main to prevent this..or am I overreacting. See sample with Morse code led library.
You can define your own main() in the sketch if you like. The definition in the sketch will override the one in the Arduino core library. Here is the main() function in the Arduino AVR Boards core library: