From 4c3b1846c9c307c1c35f86d259ddb968ed92718d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 22 Jan 2014 22:43:21 +0100 Subject: All PDs: Improve/fix descriptions. --- decoders/can/__init__.py | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'decoders/can') diff --git a/decoders/can/__init__.py b/decoders/can/__init__.py index fac4f6c..38731c2 100644 --- a/decoders/can/__init__.py +++ b/decoders/can/__init__.py @@ -19,17 +19,12 @@ ## ''' -CAN protocol decoder. - -TODO: Description. - -Details: -TODO - -Protocol output format: - -TODO. +CAN (Controller Area Network) is a field bus protocol for distributed +real-time control. +This decoder assumes that a single CAN_RX line is sampled (e.g. on +the digital output side of a CAN transceiver IC such as the Microchip +MCP-2515DM-BM). ''' from .pd import * -- cgit v1.2.3-70-g09d2