NerfUS game coordinator for the Nerf gun firing range

Dependencies:   HardwareInterface mbed-rtos mbed

Fork of NerfUS by NerfUS

main.cpp

Committer:
Maxime Dupuis
Date:
2017-02-16
Revision:
13:850be84c78dd
Parent:
11:6ce1d834ecb7

File content as of revision 13:850be84c78dd:

#include "rtos.h"
#include "HardwareLPC1768.hpp"

DigitalOut led(LED1);

int main()
{
    HardwareLPC1768 hardware_lpc1768(led);
    while(1)
    {
        hardware_lpc1768.blink();
    }
}