mbed-os-example-blinky_EinkShield

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

/media/uploads/jauming/blinky.png

Pinout

/media/uploads/jauming/mbed_pinout_v05.png

led blink example

#include "mbed.h"

DigitalOut einkshield_led1(D7);

// main() runs in its own thread in the OS
int main() {
    while (true) {
        einkshield_led1 = !einkshield_led1;
        wait(0.5);
    }
}

Committer:
Jonathan Austin
Date:
Thu Jul 28 13:52:35 2016 +0100
Revision:
0:2757d7abb7d9
Child:
1:846c97078558
Update example to https://github.com/ARMmbed/mbed-os-example-blinky at tag mbed-os-5.1.0-rc1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Jonathan Austin 0:2757d7abb7d9 1 https://github.com/mbedmicro/mbed#5fea6e69ec1aec4c56852f2e959002dc815eb480