Communicates with the WiFi - be very careful when using as it is tempremental.
Dependencies: mbed
main.cpp@10:e5eee7bc1a7d, 2017-05-26 (annotated)
- Committer:
- qdanilc
- Date:
- Fri May 26 12:01:49 2017 +0000
- Revision:
- 10:e5eee7bc1a7d
- Parent:
- 2:0b9ca0830cd3
Final commit
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 | 10:e5eee7bc1a7d | 3 | |
qdanilc | 0:c600fe917ab1 | 4 | int main() { |
qdanilc | 1:cd1fe330bc2a | 5 | initiateWifi(); |
qdanilc | 0:c600fe917ab1 | 6 | } |