Add current version of mbed code as stored at mbed.org

This commit is contained in:
Petr Baudis 2011-06-29 20:30:36 +02:00
parent 9a712ec12c
commit ddb1399f9a
7 changed files with 155 additions and 1 deletions

6
mbed/request.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef __REQUEST__H
#define __REQUEST__H
bool request(const char *arg, char *response);
#endif