Need help combining too sketches to use data from a tmp36 to read in morse.

Any ideas on how to accomplish this?

You have a good start, but it is important to understand what each part of the code does. Once you've gone through the code and understood the sections (feel free to post questions about the details to the forum), then you need to formulate a plan of action and write the code accordingly. The obvious outline for the main loop is

  1. read the temperature
  2. convert the temperature into a format suitable for Morse code (two digits, perhaps?)
  3. call the Morse code routines to transmit the temperature
  4. repeat