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

Dependencies:   mbed

function.cpp

Committer:
chris
Date:
2012-09-20
Revision:
0:1ec2d1478b47

File content as of revision 0:1ec2d1478b47:

#include "function.h"
#include "mbed.h"

void function (int i) {
  DigitalOut led(LED1);
  led=i;
}