AberdeenRSS / AberdeenRSS/FlightComputer
Introduce common part interfaces
Open
enhancement
- Dominant language
- Python
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
The goal here is to define a set of common interfaces parts can implement. This would help us with being able to use parts for different purposes.
An example could be that we define a common `IServo` interface that specifies what data a servo sensor can give out (i.e. current angle) and what inputs it expects (commanded angle). That way we could then use different implementations of a servo without having to change the code that is using them
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.