pissa pepper

Dependencies:   mbed

Fork of Nucleo by yan zhang

Revision:
0:a9ea0137c16b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Fri Apr 20 02:49:37 2018 +0000
@@ -0,0 +1,28 @@
+#include "mbed.h"
+
+/****my头文件*****/
+#include "main.h"
+/*******************************
+Desc.:whattime/where setting/clearing all Flag/Stat/Sequ
+Auth.:ZY
+Date.:2017.7.2
+*******************************/
+int main()
+{
+    f401Act::init();                                                   //映射硬件初始化
+    bc95Act::init();
+    f401Act::ready();
+    //f401Act::reiwdg();                                                 //Refresh iwdg  
+
+    while(1){
+        
+        /****非节拍任务响应*****/
+        /****节拍任务响应*****/
+        if(F401script::poC_ticisrS==1){
+            F401script::poC_ticisrS=0;
+            bc95Act::put();       
+        }                     
+    }
+}
+
+