A speedtest

Dependencies:   aconno_SEGGER_RTT CustomService

main.cpp

Committer:
jurica238814
Date:
2018-05-13
Branch:
TestBranch
Revision:
4:de5cf6b1e96b
Parent:
2:84d964276266
Child:
5:9ca5e2a69411

File content as of revision 4:de5cf6b1e96b:

/* Copyright (c) 2018 Aconno. All Rights Reserved.
 *
 * Licensees are granted free, non-transferable use of the information. NO
 * WARRANTY of ANY KIND is provided. This heading must NOT be removed from
 * the file.
 *
 */

#include "mbed.h"

DigitalOut led(p23);

int main(){
    led = !led;
    wait_ms(250);
}