ジャパンオープン用のメインプログラム

Dependencies:   mbed AQM1602 HMC6352 PID

Committer:
lilac0112_1
Date:
Fri Mar 11 00:39:21 2016 +0000
Revision:
13:b20921316f3c
Child:
16:4fadb7a87497
somehow

Who changed what in which revision?

UserRevisionLine numberNew contents of line
lilac0112_1 13:b20921316f3c 1 #ifndef _LINE_CONFIG_H_
lilac0112_1 13:b20921316f3c 2 #define _LINE_CONFIG_H_
lilac0112_1 13:b20921316f3c 3
lilac0112_1 13:b20921316f3c 4 const double static LineDecline[5] = {1, .75, .5, .375, 0};
lilac0112_1 13:b20921316f3c 5 const uint8_t static WhiteToWall[2] = {30, 30};
lilac0112_1 13:b20921316f3c 6 const uint8_t static OutToWall[2] = {15, 15};
lilac0112_1 13:b20921316f3c 7
lilac0112_1 13:b20921316f3c 8 #endif /*_LINE_CONFIG_H_*/