Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of webserverBlinky by
PPP-Blinky/ppp-blinky.h
- Committer:
- nixnax
- Date:
- 2017-08-28
- Revision:
- 142:54d1543e23e5
- Child:
- 144:01d98cf7738e
File content as of revision 142:54d1543e23e5:
/// ppp-blinky.h #include "mbed.h" #include "sha1.h" #include "BufferedSerial.h" void initialize(); int connected(); void scanForConnectString(); void waitForPppFrame(); void determinePacketType();