Simba-Avionic / Simba-Avionic/srp
ujednolicenie interfejsów
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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