HW

Dependencies:   mbed

Fork of DISCO-F746NG_blink_HELLO_1 by SAEED QAL

main.cpp

Committer:
x200002x
Date:
2018-02-02
Revision:
1:ccd1dff3f0f3
Parent:
0:424c8a13babd

File content as of revision 1:ccd1dff3f0f3:

#include "mbed.h"

Serial pc(USBTX, USBRX); // tx, rx

int main() {
    pc.printf("HELLO SAEED QALAEE............!\n");
    while(1);
}