kevin eccli / Mbed 2 deprecated Freescale_CupV4

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Init.cpp Source File

Init.cpp

00001 #include "Init.h"
00002 
00003 void init() {
00004     initSerie();
00005     initDirection();
00006     //initPropulsion();
00007 }