Projet Densimètre / Mbed 2 deprecated TestSTM32-3_LED_ext

Dependencies:   mbed

Fork of TestSTM32-3_LED_ext by Louis Mougin

main.cpp

Committer:
lawis
Date:
2018-04-09
Revision:
3:c0f4a91b1d9c
Parent:
1:d35e41960d86
Child:
4:76891ea902e9

File content as of revision 3:c0f4a91b1d9c:

#include "mbed.h"

DigitalOut myled(PH1);

int main() {
    while(1) {
        myled = 1; // LED is ON
        wait(0.2); // 200 ms
        myled = 0; // LED is OFF
        wait(1.0); // 1 sec
    }
}
//j'ai rajouté ça."
,nhf