RealtimeCompLab2
Dependencies: mbed
Fork of PPP-Blinky by
PPP-Blinky/ppp-blinky.h@144:01d98cf7738e, 2017-08-29 (annotated)
- Committer:
- nixnax
- Date:
- Tue Aug 29 18:42:20 2017 +0000
- Revision:
- 144:01d98cf7738e
- Parent:
- 142:54d1543e23e5
- Child:
- 150:3366bf3d294e
If UDP message starts with "echo" send it back.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
nixnax | 142:54d1543e23e5 | 1 | /// ppp-blinky.h |
nixnax | 142:54d1543e23e5 | 2 | |
nixnax | 142:54d1543e23e5 | 3 | #include "mbed.h" |
nixnax | 142:54d1543e23e5 | 4 | #include "sha1.h" |
nixnax | 142:54d1543e23e5 | 5 | #include "BufferedSerial.h" |
nixnax | 142:54d1543e23e5 | 6 | |
nixnax | 144:01d98cf7738e | 7 | void initializePpp(); |
nixnax | 142:54d1543e23e5 | 8 | int connected(); |
nixnax | 142:54d1543e23e5 | 9 | void scanForConnectString(); |
nixnax | 142:54d1543e23e5 | 10 | void waitForPppFrame(); |
nixnax | 142:54d1543e23e5 | 11 | void determinePacketType(); |