summaryrefslogtreecommitdiff
path: root/loragw_hal/inc/loragw_aux.h
diff options
context:
space:
mode:
authorSylvain Miermont <smiermont@semtech.com>2013-07-02 16:11:43 +0200
committerSylvain Miermont <smiermont@semtech.com>2013-10-23 09:46:47 +0200
commit3357493e096fc0bd4767d1a3cc0cb7e3e52a4f53 (patch)
treee669e6fbff1ad93425b1038146f99d1a51449598 /loragw_hal/inc/loragw_aux.h
parentdc7420bec4bc6eefff6198825023ee73f6027c60 (diff)
downloadlora_gateway-3357493e096fc0bd4767d1a3cc0cb7e3e52a4f53.tar.gz
lora_gateway-3357493e096fc0bd4767d1a3cc0cb7e3e52a4f53.tar.bz2
lora_gateway-3357493e096fc0bd4767d1a3cc0cb7e3e52a4f53.zip
Release Candidate 1, initial diffusion.v0.rc1
Diffstat (limited to 'loragw_hal/inc/loragw_aux.h')
-rw-r--r--loragw_hal/inc/loragw_aux.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/loragw_hal/inc/loragw_aux.h b/loragw_hal/inc/loragw_aux.h
new file mode 100644
index 0000000..a0cc7cb
--- /dev/null
+++ b/loragw_hal/inc/loragw_aux.h
@@ -0,0 +1,28 @@
+/*
+ / _____) _ | |
+( (____ _____ ____ _| |_ _____ ____| |__
+ \____ \| ___ | (_ _) ___ |/ ___) _ \
+ _____) ) ____| | | || |_| ____( (___| | | |
+(______/|_____)_|_|_| \__)_____)\____)_| |_|
+ ©2013 Semtech-Cycleo
+
+Description:
+ Lora gateway Hardware Abstraction Layer
+*/
+
+
+#ifndef _LORAGW_AUX_H
+#define _LORAGW_AUX_H
+
+/* -------------------------------------------------------------------------- */
+/* --- PUBLIC FUNCTIONS PROTOTYPES ------------------------------------------ */
+
+/**
+@brief Wait for a certain time (millisecond accuracy)
+@param t number of milliseconds to wait.
+*/
+void wait_ms(unsigned long t);
+
+#endif
+
+/* --- EOF ------------------------------------------------------------------ */