zxvcv / 3D_Printer

Eclipse Public License 2.0
0 stars 0 forks source link

Create component for interrupted controlled pin #41

Closed zxvcv closed 3 years ago

zxvcv commented 3 years ago

Create (or extend functionality) component to controll pin(S) controlled with interrupt. This functionality should allow to perform action after recieve interrupt signal form pin.

zxvcv commented 3 years ago

Interrupts handling BoundaryDetectiona make in "modes" way:

The best way to achive this is create component Bound_Detector and write single bound detection implementation there. There should be possibility to connect other functions to this on bound interrupt (Bound_Detector interface should allow this) see: #44

zxvcv commented 3 years ago

Blocked by #44