Placeholder for now...

Files at this revision

API Documentation at this revision

Comitter:
jelord
Date:
Mon Jan 18 22:07:27 2016 +0000
Commit message:
Temp program that will be used to hold all MicroChip code in the future

Changed in this revision

MicroBLE.cpp Show annotated file Show diff for this revision Revisions of this file
MicroBLE.h Show annotated file Show diff for this revision Revisions of this file
diff -r 000000000000 -r 4dfc234efff0 MicroBLE.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MicroBLE.cpp	Mon Jan 18 22:07:27 2016 +0000
@@ -0,0 +1,2 @@
+#include "mbed.h"
+#include "MicroBLE.h"
\ No newline at end of file
diff -r 000000000000 -r 4dfc234efff0 MicroBLE.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MicroBLE.h	Mon Jan 18 22:07:27 2016 +0000
@@ -0,0 +1,10 @@
+#ifndef MBED_MICROBLE_H
+#define MBED_MICROBLE_H
+
+#include "mbed.h"
+
+class MicroBLE{
+    
+};
+
+#endif
\ No newline at end of file