-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds some useful railcom implementation to the example decoder (#558)
Implements the following railcom messages: - ADR (ID1 ID2) - POM reads (ID0) and the matching DCC packet decoding scheme. === * Adds implementation of broadcast address packet sends. * Adds helper comments to the railcom decode table. * Adds a test for a railcom broadcast address decode example. * Fixes helper comments. * Fixes computation of address broadcast. * Adds channel2 ACK feedback. * refactors packet address matching routine. * Move around and reformat code. * Adds implementation for POM reads.
- Loading branch information
1 parent
fb669a3
commit 831e2d3
Showing
3 changed files
with
247 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.