Communicates with the WiFi - be very careful when using as it is tempremental.

Dependencies:   mbed

Committer:
qdanilc
Date:
Wed May 24 16:17:04 2017 +0000
Revision:
2:0b9ca0830cd3
Parent:
1:cd1fe330bc2a
Child:
10:e5eee7bc1a7d
Sends commands on enter press, from a predefined set. Now to find how to download time;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
qdanilc 2:0b9ca0830cd3 1 #include "mbed.h"
qdanilc 2:0b9ca0830cd3 2 #include "WifiReceiver.h"
qdanilc 0:c600fe917ab1 3 int main() {
qdanilc 1:cd1fe330bc2a 4 initiateWifi();
qdanilc 0:c600fe917ab1 5 }