A program that shows the use of $Sub$$ and $Super$$ to replace symbols at link time

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 }