Raspberry Pi MOT HAT Based on STM32F030R8. The clock needs to be changed to 8MHz after export.

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers SelfTest.h Source File

SelfTest.h

00001 #ifndef _APP_SELF_TEST_
00002 #define _APP_SELF_TEST_
00003 
00004 //Test all functions
00005 void SelfTest(void);
00006 
00007 #endif