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

Dependencies:   mbed

Committer:
lixianyu
Date:
Tue Jun 07 08:14:15 2016 +0000
Revision:
3:c6caae712d5d
Parent:
2:99785a1007a4
??????????work? ?????

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