changed a header file

- added index(out of range) to ball status.
This commit is contained in:
Kayman 2018-09-28 16:34:51 +09:00
parent ebaf7f9e21
commit bcd6463683

View File

@ -43,8 +43,9 @@ class BallFollower
enum
{
NotFound = 0,
OnRight = 1,
OnLeft = 2,
OutOfRange = 1,
OnRight = 2,
OnLeft = 3,
};
BallFollower();