Skip to content

Commit

Permalink
Adds decoder for SENT (SAE J2716)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgressmann committed Nov 18, 2022
1 parent e303fd4 commit deab89a
Show file tree
Hide file tree
Showing 2 changed files with 826 additions and 0 deletions.
26 changes: 26 additions & 0 deletions decoders/sent/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
##
## This file is part of the libsigrokdecode project.
##
## Copyright (C) 2022 Jean Gressmann <[email protected]>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, see <http://www.gnu.org/licenses/>.
##

'''
SENT: Single Edge Nibble Transmission for Automotive Applications.
Also known as SAE J2716 (tm).
'''

from .pd import Decoder
Loading

0 comments on commit deab89a

Please sign in to comment.