dhgdh

Dependencies:   MAX44000 PWM_Tone_Library nexpaq_mdk

Fork of LED_Demo by joey shelton

Committer:
nexpaq
Date:
Sat Sep 17 16:32:05 2016 +0000
Revision:
1:55a6170b404f
checking in for sharing

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nexpaq 1:55a6170b404f 1 #include "toolchain.h"
nexpaq 1:55a6170b404f 2
nexpaq 1:55a6170b404f 3 int testWeak1() {
nexpaq 1:55a6170b404f 4 return 0;
nexpaq 1:55a6170b404f 5 }
nexpaq 1:55a6170b404f 6
nexpaq 1:55a6170b404f 7 MBED_WEAK int testWeak2() {
nexpaq 1:55a6170b404f 8 return 1;
nexpaq 1:55a6170b404f 9 }
nexpaq 1:55a6170b404f 10