y

Dependencies:   HSI2RGBW_PWM mbed fct_aide FastAnalogIn mbed-dsp NVIC_set_all_priorities

main.c

Committer:
achille
Date:
2019-06-03
Revision:
10:45b00b385a21
Parent:
8:e576f4eea51b

File content as of revision 10:45b00b385a21:

#include"fonctions.h"
 
int main() {
    int flagV=1, flagR1=1, flagR2=0;
    led_setl(flagV,flagR1,flagR2);
    
    return 0;
}