Clean-up your code:
I found a handy resource for helping me learn OOP (object oriented programming) and creating a library within the Arduino IDE. Hope this helps someone else!
“This tutorial was developed for the MAKE course at the University of South Florida (http://www.makecourse.com). It introduces the use of object oriented programming in Arduino sketches. It discusses the use of classes to instantiate objects. Objects are a great way to program the Arduino when external devices such as LCD displays, motors, LED’s, integrated circuits or sensors are connected.” -from the YouTube description.
http://www.youtube.com/watch?v=S_uaROFnWSg
There are some great resources on that site, Jon. Thanks.