Skip to content

Commit

Permalink
Merge pull request #90 from PiFou86/dev
Browse files Browse the repository at this point in the history
ajout ... dans le diagramme
  • Loading branch information
PiFou86 committed Nov 12, 2021
2 parents c475f3b + 83c4d49 commit 4d1906b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ skinparam maxMessageSize 50

class Program {
- m_bouton : Bouton*
...
+ ctor()
+ void loop()
}

class Bouton {
- m_pin : uint8_t
- m_actionBoutonPresse : Action*
...
+ ctor(p_pinBouton : int, p_actionBoutonPresse : Action*)
+ void tick()
}
Expand All @@ -21,13 +23,15 @@ abstract class Action {
class ActionModifierIntesiteDEL {
- m_DEL : DEL*
- m_pourcentageAllumee : uint8_t
...
+ void executer()
}

Action <|-- ActionModifierIntesiteDEL

class DEL {
- m_pin : uint8_t
...
+ ctor(p_pin : uint8_t)
+ allumer()
+ allumer(p_pourcentage : uint8_t)
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4d1906b

Please sign in to comment.