weeb grammers / Mbed 2 deprecated Assignment2

Dependencies:   mbed

Fork of HelloWorld by Vincent Cheung

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Hardware.cpp Source File

Hardware.cpp

00001 #include "Hardware.h"
00002 #include "mbed.h"
00003 
00004 DigitalOut output_pin_A(LED3);
00005 DigitalOut output_pin_V(LED2);