Geo beacon for VF.

Dependencies:   MMA8452 aconno_bsp adc52832_common

Revision:
27:2c67f07590fd
Parent:
25:8ac3ff431ab1
--- a/AckService.h	Fri Sep 08 10:49:50 2017 +0000
+++ b/AckService.h	Wed Sep 13 16:28:32 2017 +0000
@@ -1,3 +1,10 @@
+/*
+ *
+ * Made by Jurica Resetar @ aconno
+ * More info @ aconno.de
+ * All right reserved
+ *
+ */
 
 #define MAC_ADDR_SIZE_B (6)
 
@@ -27,4 +34,4 @@
         // Create new characteristic
         WriteOnlyArrayGattCharacteristic<uint8_t, dataSize> ACK;
         ReadOnlyArrayGattCharacteristic<uint8_t, MAC_ADDR_SIZE_B> MAC;
-};
\ No newline at end of file
+};