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

Dependencies:   AOTTrigon I2CEEPROM MCP4922 mbed

Revision:
2:658699249a81
Parent:
1:cde592d8076e
Child:
3:e98f2da2d3c5
--- a/Main.h	Mon Dec 22 13:15:33 2014 +0000
+++ b/Main.h	Mon Dec 22 13:46:49 2014 +0000
@@ -1,7 +1,6 @@
 #pragma once
 
 #include "mbed.h"
-#include "rtos.h"
 #include "USBDevice.h"
 
 #include "AOTTrigon.h"
\ No newline at end of file