Chris Styles / Mbed 2 deprecated sub_super_functions

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers function.cpp Source File

function.cpp

00001 #include "function.h"
00002 #include "mbed.h"
00003 
00004 void function (int i) {
00005   DigitalOut led(LED1);
00006   led=i;
00007 }