EVALH1 Function Library for CodeWarrior - Release Notes ======================================================= 5/19/2011 Purpose: ======= This function library is to be used with the CodeWarrior IDE to support hardware functions present on the EVALH1 board when used with Adapt9S12DG128. The source code is not released-- just the object code library. Functions are provided as a convenience for educational purposes, and carry no warranty for correctness or usability. Use at your own risk. Usage: ===== Place the two files in the root of your CW project: evalh1_lib.h evalh1_lib.lib Use the functions in your program. Function descriptions are found in this file: evalh1_lib.h Known Bugs: ========== Fahrenheit conversion in temperature function temp_read() is not correct.