Projet soufflerie FT800 - STM32-F411

Dependencies:   Affichage

main.cpp

Committer:
schnf30
Date:
2021-02-23
Revision:
1:1b6fc6765e14
Parent:
0:00deec4ae248

File content as of revision 1:1b6fc6765e14:

#include "mbed.h"
#include "platform/mbed_thread.h"
#include "affichage.h"

int main()
{
    InitScreen();
    SetConsigneVitFluxAir(45);
    while(1) {
        AfficheEcranSp3();
        
    }
}