kaahddhgfhgfghgf

Dependencies:   mbed Servo

Committer:
kishibekairohan
Date:
Sat Feb 23 05:40:34 2019 +0000
Revision:
12:419fc52505ee
Parent:
0:562021ed1ba9
llll

Who changed what in which revision?

UserRevisionLine numberNew contents of line
t_yamamoto 0:562021ed1ba9 1 #include "mbed.h"
t_yamamoto 0:562021ed1ba9 2
t_yamamoto 0:562021ed1ba9 3 #include "System/Initialize/Initialize.h"
t_yamamoto 0:562021ed1ba9 4 #include "System/Process/Process.h"
t_yamamoto 0:562021ed1ba9 5
t_yamamoto 0:562021ed1ba9 6 int main(void) {
t_yamamoto 0:562021ed1ba9 7 SystemInitialize();
t_yamamoto 0:562021ed1ba9 8 SystemProcess();
t_yamamoto 0:562021ed1ba9 9 }
t_yamamoto 0:562021ed1ba9 10