FRC_equipe1 / Mbed 2 deprecated FRC_2019

Dependencies:   mbed

Committer:
Wael_H
Date:
Thu May 09 12:36:58 2019 +0000
Revision:
6:a24e1ffe27f6
Parent:
5:34048faec367
Child:
7:753e901d441b
test

Who changed what in which revision?

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