NHK2017 octopus robot

Dependencies:   2017NHKpin_config mbed FEP ikarashiMDC PID jy901 omni HMC6352 omni_wheel

Fork of KANI2017v2 by NagaokaRoboticsClub_mbedTeam

main.cpp

Committer:
number_key
Date:
2017-09-07
Revision:
22:682cc376da6f
Parent:
19:41f7dd1a5ed1
Child:
23:37bb9afe9fdc

File content as of revision 22:682cc376da6f:

#include "mbed.h"
#include "pin_config.h"
#include "bot.h"


Bot OCTOPUS;

int main()
{
    while(1) {
        OCTOPUS.confirmAll();
        OCTOPUS.controllDrive();
        OCTOPUS.controllMech();
        //wait(0.05);
    }
}