虽然移植完毕,但是不work。需要细调……

Dependencies:   mbed

Committer:
lixianyu
Date:
Tue Jun 07 05:26:03 2016 +0000
Revision:
2:99785a1007a4
Still not work......commit first.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
lixianyu 2:99785a1007a4 1 #ifndef SOME_TEST_H
lixianyu 2:99785a1007a4 2 #define SOME_TEST_H
lixianyu 2:99785a1007a4 3
lixianyu 2:99785a1007a4 4 void testMPU6050(void);
lixianyu 2:99785a1007a4 5 void testTicker(void);
lixianyu 2:99785a1007a4 6 void testStepper(void);
lixianyu 2:99785a1007a4 7 void testStepper1(void);
lixianyu 2:99785a1007a4 8 #endif