Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interfaces #13

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
Open

Interfaces #13

wants to merge 9 commits into from

Conversation

DamianSuess
Copy link
Contributor

@DamianSuess DamianSuess commented Sep 4, 2022

Applies the use of interfaces to allow for simple DI implementation.

TODO

  • Code cleanup
  • Consider using abstract classes
    • May resolve the error, 'not implemented' in interfaces
  • IBluetooth - Apply usage
  • IAdapter - Apply usage
  • IDevice - Apply usage
  • Refactor API commands

@DamianSuess DamianSuess self-assigned this Sep 4, 2022
@DamianSuess DamianSuess added the enhancement New feature or request label Sep 4, 2022
@DamianSuess DamianSuess linked an issue Sep 4, 2022 that may be closed by this pull request
@DamianSuess DamianSuess added this to the v1.0 milestone Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[1.5] Create interfaces for abstracts
1 participant