Simba-Avionic / Simba-Avionic/srp

ujednolicenie interfejsów

Open
#393 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
1
Forks
3
Avg merge
34m
Merged PRs (30d)
1

Description

User Story

Mamy dużo interfejsów do sterowania np gpio, adc, serva etc
Fajnie by było stworzyć jakiś ogólny interfejs w folderze drivers np srp:driver:gpio który oduniezależniał by użycie od konkretnego rozwiązania, teraz jak przeniesiemy adc na spi to bedzie wymagalo to przepisania aplikacji korzystających z adc, czego nie chcemy. Należy stworzyć niezależną od platformy interfejs.

ToDo
  • stworzenie niezależnego od aplikacji interfejsu
  • dodanie implementacji na aktualną platformę
  • przepisanie aplikacji na nowe drivery

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by surveying the existing GPIO, ADC, and servo interfaces and their implementations in the drivers folder, then identify the applications that use them. Define the platform-independent driver boundaries before reviewing the current platform implementation. Done means the new interfaces are implemented for the current platform and the applications use them without depending on platform-specific details.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
embedded-iot
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.