-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Introduce new interface ConvertMode Signed-off-by: Malte Muench <[email protected]> * Refine ConvertMode interface doc * Implements first convertmode (none) as interface * Adds convertmode interface to the can2mqtt struct * bytecolor2colorcode change to interfaced version * mymode changed to interfaced version * pixelbin2ascii changed to interfaced version * 16bool2ascii into interfaced version * int2ascii into interfaced version * uint2ascii into interfaced version * Use new interface for creation of convertmodes * Remove old unused types * Bundle all int and uint convertmodes in one row Signed-off-by: Malte Muench <[email protected]> * Renamings, shorter, hopefully better understandable * Use String() of convertmodes to register convertmode * Update README --------- Signed-off-by: Malte Muench <[email protected]> Co-authored-by: Malte Muench <[email protected]>
- Loading branch information
Showing
16 changed files
with
360 additions
and
558 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
File renamed without changes.
Oops, something went wrong.