docs: update Canbus_Support2

This commit is contained in:
dazq 2020-12-16 23:31:54 +00:00 committed by Josh Stewart
parent 8d6e3bdd4b
commit b2c0a27196
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
title: CanBus Support
description:
published: true
date: 2020-12-16T23:21:47.409Z
date: 2020-12-16T23:31:47.511Z
tags:
editor: markdown
dateCreated: 2020-12-15T21:58:51.731Z
@ -22,7 +22,7 @@ Speeduino is able to support Canbus in two ways.
{.is-info}
## About the CanBus Interface
The Canbus Interface offers ,
The can0 Canbus Interface offers ,
1. OBD2 formatted data of current realtime data .
2. Broadcast selected current realtime data and function status .(coming soon)
@ -53,7 +53,7 @@ Any code reader /app /software following OBD2 standard protocol is able to acces
The OBD2 port Interface offers support for ,
1. To output the current realtime data ([see supported PID list](CanBus_Support2#PID_supported"wikilink")) .
1. To output the current realtime data ([see supported PID list](#PID_supported"wikilink")) .
2. Output the Analog/Digital data values from the 16 Aux inputs ([see here for info on aux data input configuration](/en/configuration/Auxillary_IO_Configuration))
3. Activate External Outputs(coming soon!)