-
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.
* Restructure README.md * convertmodes are now in a table * first steps to restructure convertmodes to external files, a cleaner interface Signed-off-by: Malte Muench <[email protected]> * All convertmethods with none-function Signed-off-by: Malte Muench <[email protected]> * Tiny steps to use convertfunctions via an interface Signed-off-by: Malte Muench <[email protected]> * Some stuff that should have happened earlier... * Changed the default type for CAN-IDs to uint32 in all places * Changed the default type for MQTT Payload to []byte * Completely removed convert2CAN and convert2MQTT functions * New type for mqtt payload in test * Removes mockup _test files * Second convertmode in new interface format Signed-off-by: Malte Muench <[email protected]> * Remove convertfunctions.go and fix log message * Implemented convertmode uint82ascii * Generic implementation for all uint*2ascii convertmodes * Enable uint*2ascii convertmodes * Adds new interfaced convertmode 2uint322ascii Placed hint for myself to use strings.Fields instead of split * Implement all uint convertmodes Signed-off-by: Malte Muench <[email protected]> * Convert modes of uint and int now en par Signed-off-by: Malte Muench <[email protected]> * New convertmode in interfaced-form bytecolor2colorcode Signed-off-by: Malte Muench <[email protected]> * Last convertmode implemented Signed-off-by: Malte Muench <[email protected]> * Removes helpers.go Signed-off-by: Malte Muench <[email protected]> * Adds e2e test state Signed-off-by: Malte Muench <[email protected]> * Updates readme Signed-off-by: Malte Muench <[email protected]> --------- Signed-off-by: Malte Muench <[email protected]> Co-authored-by: Malte Muench <[email protected]>
- Loading branch information
Showing
13 changed files
with
878 additions
and
512 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.