From 712ea0fc6e629e9a37e8e880f9755bf762ff48fe Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Tue, 18 Apr 2023 13:34:05 +0200 Subject: [PATCH] Included changes of Thomas for version 3.5 of library: datif_templatePrintFinished_OK(), datif_templatePrintFinished_Err(), datif_gotNewCoin(). --- include/datIf.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/datIf.h b/include/datIf.h index 9a20cb5..f858aec 100644 --- a/include/datIf.h +++ b/include/datIf.h @@ -330,6 +330,11 @@ signals: //the requested data are stored in peripheral image // can be loaded with epi + void datif_templatePrintFinished_OK(); + void datif_templatePrintFinished_Err(); + + void datif_gotNewCoin(); + }; #endif // CI_H