NerfUS game coordinator for the Nerf gun firing range

Dependencies:   HardwareInterface mbed-rtos mbed

Fork of NerfUS by NerfUS

main.cpp

Committer:
Ismael Balafrej
Date:
2017-03-17
Branch:
PlayableGame
Revision:
17:48474266a361
Parent:
13:850be84c78dd

File content as of revision 17:48474266a361:

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

DigitalOut led(LED1);

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