RealtimeCompLab2
Dependencies: mbed
Fork of PPP-Blinky by
PPP-Blinky/ppp-blinky.h@142:54d1543e23e5, 2017-08-28 (annotated)
- Committer:
- nixnax
- Date:
- Mon Aug 28 18:47:48 2017 +0000
- Revision:
- 142:54d1543e23e5
- Child:
- 144:01d98cf7738e
Documentation, restructure, comments.
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 | 142:54d1543e23e5 | 7 | void initialize(); |
nixnax | 142:54d1543e23e5 | 8 | int connected(); |
nixnax | 142:54d1543e23e5 | 9 | void scanForConnectString(); |
nixnax | 142:54d1543e23e5 | 10 | void waitForPppFrame(); |
nixnax | 142:54d1543e23e5 | 11 | void determinePacketType(); |