First Publish. Works fine.

Dependents:   unzen_sample_nucleo_f746 unzen_delay_sample_nucleo_f746 skeleton_unzen_nucleo_f746 ifmag_noise_canceller ... more

Nucleo F746ZG用のオーディオ・フレームワークです。フレームワーク地震の詳細は『雲仙』オーディオ・フレームワークを参照してください。

参考リンク

  • skeleton_unzen_nucleo_f746 Nucleo F746ZGおよびUI基板を使う場合のスケルトンプログラム。F746を使う方はここから読み始めると良いでしょう。
Revision:
18:424e374e926d
Parent:
17:d560b4ea8b96
Child:
19:b90e520ceec9
--- a/unzen.h	Sun Jun 19 05:43:20 2016 +0000
+++ b/unzen.h	Sun Jun 19 05:46:06 2016 +0000
@@ -168,6 +168,15 @@
                 );
 
 
+            /**
+                \brief Debug hook for interrupt handler. 
+                \param cb A call back which is called at the beggining of I2S interrupt.
+                \details
+                Parameter cb is call at the begging of the I2S interrupt. This call back can be 
+                used to mesure the timing of interrupt by toggling the GPIO pin.
+                
+                Passing 0 to cb parameter let the framwork ignore the callback.
+            */
         void set_pre_interrupt_callback( void (* cb ) (void));
         
             /**