![](/media/cache/group/default_image.jpg.50x50_q85.jpg)
Communicates with the WiFi - be very careful when using as it is tempremental.
Dependencies: mbed
main.cpp@2:0b9ca0830cd3, 2017-05-24 (annotated)
- 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?
User | Revision | Line number | New 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 | } |