For final

Dependents:   Hexiwear HexiwearFinal HexiwearFinal1

Fork of Hexi_KW40Z by Hexiwear

Files at this revision

API Documentation at this revision

Comitter:
Jashebes
Date:
Mon Apr 30 18:05:28 2018 +0000
Parent:
1:f6f9b24aea57
Commit message:
Final Project

Changed in this revision

Hexi_KW40Z.cpp Show annotated file Show diff for this revision Revisions of this file
Hexi_KW40Z.h Show annotated file Show diff for this revision Revisions of this file
diff -r f6f9b24aea57 -r c36aa84374e8 Hexi_KW40Z.cpp
--- a/Hexi_KW40Z.cpp	Mon Sep 19 03:39:36 2016 +0000
+++ b/Hexi_KW40Z.cpp	Mon Apr 30 18:05:28 2018 +0000
@@ -74,7 +74,6 @@
 {
     buttonUpCb = btnFct;
 }
-
 void KW40Z::attach_buttonDown(button_t btnFct)
 {
     buttonDownCb = btnFct;
diff -r f6f9b24aea57 -r c36aa84374e8 Hexi_KW40Z.h
--- a/Hexi_KW40Z.h	Mon Sep 19 03:39:36 2016 +0000
+++ b/Hexi_KW40Z.h	Mon Apr 30 18:05:28 2018 +0000
@@ -188,6 +188,7 @@
     void attach_buttonRight(button_t btnFct);
     void attach_buttonSlide(button_t btnFct);
     
+    
     void attach_alert(alert_t alertFct);
     void attach_passkey(passkey_t passkeyFct);
     void attach_notifications(notifications_t notFct);