All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Read outputs at init to prevent overwriting outputs that are already active, #15
- Convert logging info to debug to avoid excessive logging, #13
- In start method, interface parameter is made optional, #11
- Fix code snippet in documentation , #10
- Use notifier from can library to allow sharing the bus with other bus users, #7
- Merge stop and shutdown methods, to only have a stop method to be called when stopping, #8
- Fix communication when bus is set before starting , #5
- Move CanMessage/CanSignal inherited classes in canmessage.py. Delete travis yml and create mkdocs, #3
- Rename class for more coherence, #1