summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordragonprevost <dragon@dkp.io>2018-11-13 11:19:07 -0800
committerdragonprevost <dragon@dkp.io>2018-11-13 11:19:07 -0800
commit7211e981440c24418904fe3c86a5bdd337ef45fd (patch)
tree544d0d64300878ee6f276f7e76467180a529cfea
parent71bfb918c22028176dfba996eed81127eefefe61 (diff)
added make file
-rw-r--r--Makefile2
-rw-r--r--readme.md12
2 files changed, 12 insertions, 2 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..15acc73
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+wp85:
+ mkapp -t -b motionService.adef
diff --git a/readme.md b/readme.md
index b6cf700..df3089c 100644
--- a/readme.md
+++ b/readme.md
@@ -1,3 +1,11 @@
-Impact Monitor
+Motion Service
======
-This application is designed to operate on a [MongOH Red](https://mangoh.io/mangoh-red-new) WP85 board. Using *general input output* this project uses pthreads to probes a bmi160 chip intermitantly in order to detect a significant impact.
+This application is designed to operate on a [MongOH Red](https://mangoh.io/mangoh-red-new) WP85 board. Using **general input output** this project uses pthreads to probes a bmi160 chip intermittently in order to detect a significant impact.
+
+##Prerequisits
+Throw in some prereq
+
+##Getting Started
+Compile the project using
+```make wp85```
+