Implemented user alert for at the end of the program

This commit is contained in:
2021-05-09 19:56:02 +02:00
parent 227644ed91
commit 25c5df9e6d
5 changed files with 69 additions and 45 deletions

View File

@ -41,6 +41,7 @@ type UAction
| UA_Ram2DataBus
| UA_ResetUCounter
| UA_ProgrammCounter2AddressBus
| UA_AlertUser
| UA_Nothing
@ -73,6 +74,7 @@ type PC_Msg
-- to happen after a update
type PC_AfterUpdateAction
= PUA_Nothing -- Do nothing
| PUA_Alert -- Alert the user
| PUA_Storage -- Update localStorage
| PUA_Scroller -- Scroll to value
| PUA_Storage_And_Scroller -- Update localStorage and scroll to values