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);
    }
}

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Wed Jan 31 07:45:02 2018 +0000
Parent:
57:98afe5d5ae5c
Child:
59:4c739d732e0d
Commit message:
Merge pull request #112 from cmonr/master

Updating mbed-os to mbed-os-5.7.4
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-blinky

Changed in this revision

mbed-os.lib Show annotated file Show diff for this revision Revisions of this file
--- a/mbed-os.lib	Thu Jan 18 12:45:02 2018 +0000
+++ b/mbed-os.lib	Wed Jan 31 07:45:02 2018 +0000
@@ -1,1 +1,1 @@
-https://github.com/ARMmbed/mbed-os/#96d9a00d0a1d25095b330095fa81c40f7741777c
+https://github.com/ARMmbed/mbed-os/#caeaa49d68c67ee00275cece10cd88e0ed0f6ed3