FRC_equipe1 / Mbed 2 deprecated FRC_2019

Dependencies:   mbed

Committer:
theolp
Date:
Thu May 09 12:30:17 2019 +0000
Revision:
4:f48eeddf9457
Parent:
3:fcdb215feace
Child:
5:34048faec367
yo

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Wael_H 2:8971078b1ccf 1 #include "mbed.h"
Wael_H 2:8971078b1ccf 2
Wael_H 2:8971078b1ccf 3 int main(void)
Wael_H 2:8971078b1ccf 4 {
Wael_H 3:fcdb215feace 5 int a = 3;
theolp 4:f48eeddf9457 6 int theo = 0;
Wael_H 2:8971078b1ccf 7
Wael_H 2:8971078b1ccf 8 return 0;
Wael_H 2:8971078b1ccf 9 }