README, gitignore, and TODO update.
This commit is contained in:
parent
8207b6080d
commit
079af1f11f
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
testpi
|
||||
*.o
|
||||
aldl_pi
|
||||
|
||||
|
|
7
README
7
README
|
@ -21,18 +21,21 @@ video output, and collects its data using one of the RPi's GPIOs.
|
|||
|
||||
The dashboard rendering, data acquiition, and ALDL protocol handling
|
||||
are modular, so this code should be easily extendible to other vehicles
|
||||
and computing platforms.
|
||||
and computing platforms.
|
||||
|
||||
Requires the wiringPi, SDL2, and SDL2_ttf libraries.
|
||||
|
||||
Currently only supports the A179 datastream, used by, among others,
|
||||
1992-1995 C/K trucks with manual transmissions.
|
||||
|
||||
NOTE: Physical interfacing of the vehicle to the RPi is beyond the
|
||||
scope of this README. Do not blame me if you blow up your RPi or the
|
||||
ECU on your vehicle!
|
||||
|
||||
This software was written to meet my own needs, but I'm releasing it under
|
||||
the GNU GPLv3 in the hopes that others will find it useful. I'd appreciate
|
||||
an email if that's the case!
|
||||
|
||||
|
||||
Solomon Peachy
|
||||
pizza AT shaftnet DOT org
|
||||
January 2019
|
||||
|
|
Loading…
Reference in a new issue