Yuu Kobayashi / Mbed 2 deprecated NuFM401

Dependencies:   AOTTrigon I2CEEPROM MCP4922 AQM0802A mbed

Fork of NuMidi401 by Yuu Kobayashi

Files at this revision

API Documentation at this revision

Comitter:
kb10uy
Date:
Mon Dec 22 13:15:33 2014 +0000
Parent:
0:1e0e8f43fdd2
Child:
2:658699249a81
Commit message:
AOTTrigon??

Changed in this revision

AOTTrigon.lib Show annotated file Show diff for this revision Revisions of this file
Main.cpp Show annotated file Show diff for this revision Revisions of this file
Main.h Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/AOTTrigon.lib	Mon Dec 22 13:15:33 2014 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/users/kb10uy/code/AOTTrigon/#f1e55d228f6a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Main.cpp	Mon Dec 22 13:15:33 2014 +0000
@@ -0,0 +1,5 @@
+#include "Main.h"
+
+int main() {
+    while(true) wait(1);
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Main.h	Mon Dec 22 13:15:33 2014 +0000
@@ -0,0 +1,7 @@
+#pragma once
+
+#include "mbed.h"
+#include "rtos.h"
+#include "USBDevice.h"
+
+#include "AOTTrigon.h"
\ No newline at end of file