Nucleo F401REでFM音源を実装するやつ の実装途中で32ポリ音源にしたやつ 外部DACとオペアンプを利用 現在はMCP4922とNJM2737

Dependencies:   AOTTrigon I2CEEPROM MCP4922 mbed

Revision:
10:0ffdefe75566
Parent:
9:12a54d2ea8fc
Child:
11:62da91a1eaf1
--- a/Main.h	Mon Dec 29 02:42:03 2014 +0000
+++ b/Main.h	Mon Dec 29 09:01:10 2014 +0000
@@ -1,8 +1,10 @@
 #pragma once
 
 #include <string>
+#include <new>
 #include "mbed.h"
 #include "USBDevice.h"
+#include "USBMIDI.h"
 #include "MCP4922.h"
 #include "AOTTrigon.h"
 #include "I2CEEPROM.h"