Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed some small typos in the README. #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,11 @@ Start/Stop system message:
- `AA = 0x0C`: Display "Engine Starting" message
- `AA = 0x0D`: Display "Depress Clutch" message
- `AA = 0x0E`: Display "Move selector lever to position P/N" message
- `AA = 0x0F`: Display "Apply Break" message
- `AA = 0x0F`: Display "Apply Brake" message

Break pedal warning light:
Brake pedal warning light:
- Bitfield: `BB`
- Bit 0: Green Break Pedal Warning light
- Bit 0: Green Brake Pedal Warning light

# Other functions

Expand All @@ -264,7 +264,7 @@ Fuel level gauge is controlled by two input signals:
- FuelGaugeF: IO Pin 1
- FuelGaugeE: IO Pin 2

A resistor chain (or a potentiometer) is connected between the two inputs. Fuel level is set by grounding the resistor chain somewhere between the two inputs (see schematic)
A resistor chain (or a potentiometer) is connected between the two inputs. Fuel level is set by grounding the resistor chain somewhere between the two inputs (see schematic).

![Fuel Gauge Resistor Chain](Resources/FuelGaugeResistorChain.png)
## Outside temperature
Expand All @@ -274,7 +274,7 @@ Outside temperature value is read from an analog input that is connected via a 3

## Various indicator lights

- Hand break warning light: IO Pin 25, Active Low
- Hand brake warning light: IO Pin 25, Active Low
- Fog light indicator light: IO Pin 13, Active High (+12V)

## Multi function display control inputs
Expand All @@ -284,7 +284,7 @@ There are three button inputs, that are used to select between different display
- Button Minus: IO Pin 22, Active Low
- Button OK/Reset: IO Pin 23, Active Low

# Some links to usefull resources
# Some links to useful resources

[https://hackaday.io/project/6288-can-bus-gaming-simulator](https://hackaday.io/project/6288-can-bus-gaming-simulator)

Expand Down