aaaaa

Dependencies:   mbed Servo

Committer:
Ryosei
Date:
Mon Feb 25 06:44:02 2019 +0000
Revision:
12:8321e464475f
Parent:
0:562021ed1ba9
unko

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