NAMote72 Utility Application – Serial Terminal Monitor control for NAMote72 (note: this application replaces the previous na_mote1 test code application)

Dependencies:   SX127x lib_gps lib_mma8451q lib_mpl3115a2 lib_sx9500 mbed

Fork of na_mote1 by wayne roberts

See wiki Page for a detailed

This is a link to the wiki page

Revision:
17:f73dbeca8736
Parent:
16:b8648db86f86
--- a/rtc_alarm.h	Fri Jan 15 18:28:50 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-/* mbed 
- * Copyright (c) 
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-#ifndef RTC_ALARM_H
-#define RTC_ALARM_H
-
-#include "device.h"
-#include <time.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-void rtc_alarm_init(void);
-void rtc_alarm_start(uint32_t seconds);
-void rtc_print_subseconds(void);
-time_t rtc_read_with_subseconds(void);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* RTC_ALARM_H */