524APP

Fork of Post_2 by Terry Lung

Committer:
TYLG
Date:
Tue Nov 06 03:26:45 2018 +0000
Revision:
1:a100355f82ff
Parent:
0:c0bf253f46e0
11/5

Who changed what in which revision?

UserRevisionLine numberNew contents of line
TYLG 1:a100355f82ff 1 #include "mbed-os.h"
TYLG 0:c0bf253f46e0 2
TYLG 1:a100355f82ff 3 //DigitalOut led2(LED2);
TYLG 1:a100355f82ff 4 //DigitalOut led1(LED1);
TYLG 0:c0bf253f46e0 5
TYLG 0:c0bf253f46e0 6 int main() {
TYLG 1:a100355f82ff 7
TYLG 1:a100355f82ff 8 // led1 = 1;
TYLG 1:a100355f82ff 9 // led2 = 1;
TYLG 1:a100355f82ff 10
TYLG 1:a100355f82ff 11
TYLG 0:c0bf253f46e0 12 }