せとうちオープン用のメインプログラム

Dependencies:   mbed AQM1602 HMC6352 PID

Committer:
lilac0112_1
Date:
Sun May 01 06:30:37 2016 +0000
Revision:
0:b910276f9da2
from 2v10

Who changed what in which revision?

UserRevisionLine numberNew contents of line
lilac0112_1 0:b910276f9da2 1 #include "mbed.h"
lilac0112_1 0:b910276f9da2 2 #include "extern.h"
lilac0112_1 0:b910276f9da2 3 #include "main.h"
lilac0112_1 0:b910276f9da2 4
lilac0112_1 0:b910276f9da2 5 int main(void) {
lilac0112_1 0:b910276f9da2 6 SetUp();
lilac0112_1 0:b910276f9da2 7 while(1){
lilac0112_1 0:b910276f9da2 8 Command();
lilac0112_1 0:b910276f9da2 9 }
lilac0112_1 0:b910276f9da2 10 }