Christopher Foley
/
ESE519_WIFI_CONTROLLER
a
Fork of ESE519_Lab6_part1_skeleton by
Revision 12:ea030e3181d3, committed 2019-11-01
- Comitter:
- hydroguy45
- Date:
- Fri Nov 01 18:52:45 2019 +0000
- Parent:
- 11:46c532b752d5
- Commit message:
- Cleaned up the header
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Nov 01 18:48:35 2019 +0000 +++ b/main.cpp Fri Nov 01 18:52:45 2019 +0000 @@ -1,9 +1,6 @@ -//ESE519 Lab6 Controller Part 1 (INCOMPLETE IMPLIMENTATION) -//Author: Carter Sharer -//Date: 10/18/2016 -//Sources: ESE350 Whack-A-Mole: https://developer.mbed.org/users/mlab4/code/ESE350-Whack-a-Mole/ -//This is a simple working templete for sending and receving between two MRF24J40 Modules -//Contains a communication protocol for sending a receiving +//ESE519/ESE350 Lab5 Controller Part 1 (INCOMPLETE IMPLIMENTATION) +//Author: Chris Foley (Building on Carter Sharer original implementation) +//Date: 11/1/2019 #include "mbed.h" #include <string>