View Single Post
Old 08-03-2011, 06:31 PM   #374 (permalink)
DJBecker
EcoModding Apprentice
 
Join Date: Nov 2010
Location: Annapolis
Posts: 159
Thanks: 0
Thanked 32 Times in 27 Posts
I'll complete this translation if others find it useful:

cougarlcd.c - obd2-instruments - Automotive CAN bus implemention including OBD2 reporting and gauge/display drivers - Google Project Hosting


* cougarlcd.c: Translation of the Cougar LCD code from ASM to C. */
/*
Written 2011 by Donald Becker and Hugo William Becker, based on
ASM code written by Chris Freyman.

This file contains a translation from 'cougarlcd_v1_4b.ASM' to C.
We wrote this to understand and support the hardware platform with
our OBD2-instruments system. A independently written source file
implements similar functionality with the addition of CAN support.

The build environment is the SDCC compiler, with its library and
include files.
*/
  Reply With Quote
The Following 2 Users Say Thank You to DJBecker For This Useful Post:
Brose (08-05-2011), sawickm (08-05-2011)