Murata RF modules are designed to simplify wireless development and certification by minimizing the amount of RF expertise you need to wirelessly enable a wide range of applications.

Revision:
0:8e83b9448758
Child:
9:0ce800923eda
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Type/ResetCode.h	Tue Feb 03 21:24:15 2015 +0000
@@ -0,0 +1,15 @@
+#ifndef SmartLab_MuRata_Type_ResetCode
+#define SmartLab_MuRata_Type_ResetCode
+
+namespace SmartLabMuRata
+{
+enum ResetCode {
+    Window_Watchdog_Reset = 0x4000,
+    Independent_Watchdog_Reset = 0x2000,
+    Software_Reset = 0x1000,
+    POR_PDR_Reset = 0x0800,
+    Pin_Reset = 0x0400,
+};
+}
+
+#endif