RealtimeCompLab2
Dependencies: mbed
Fork of PPP-Blinky by
PPP-Blinky/ppp-blinky.h@150:3366bf3d294e, 2017-08-30 (annotated)
- Committer:
- nixnax
- Date:
- Wed Aug 30 16:34:51 2017 +0000
- Revision:
- 150:3366bf3d294e
- Parent:
- 144:01d98cf7738e
- Child:
- 152:025c73b6c0a9
changed connected() to connectedPPP()
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 | 150:3366bf3d294e | 8 | int connectedPpp(); |
nixnax | 142:54d1543e23e5 | 9 | void scanForConnectString(); |
nixnax | 142:54d1543e23e5 | 10 | void waitForPppFrame(); |
nixnax | 142:54d1543e23e5 | 11 | void determinePacketType(); |