Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make Bedrock parametric over devices | Ben Bridle | 2024-09-30 |
The core Bedrock struct is now parametric over individual Device structs, rather than over a single DeviceBus. This change was made so that devices can be implemented separately to one another. The implementation of the evaluate method has also been changed to make it potentially slightly more efficient, by replacing pop-then-push combinations with get operations. |