zble test

Dependencies:   mbed

Fork of Projet2048 by Emmanuel DE LEON

Committer:
Risord
Date:
Mon Jan 16 15:35:52 2017 +0000
Revision:
1:7606a394681a
Parent:
0:15f67b4b482d
ajout mbed.h +main;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Risord 1:7606a394681a 1 #include "mbed.h"
Risord 1:7606a394681a 2
Risord 1:7606a394681a 3
Risord 1:7606a394681a 4
Risord 1:7606a394681a 5
Risord 1:7606a394681a 6 int main() {
Risord 1:7606a394681a 7 while(1) {
Risord 1:7606a394681a 8
Risord 1:7606a394681a 9 }
Risord 1:7606a394681a 10 }