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

Pinout

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);
}
}
Diff: img/uvision.png
- Revision:
- 57:98afe5d5ae5c
- Parent:
- 56:67611bfa061f
- Child:
- 58:d69d9e148365
Binary file img/uvision.png has changed
