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.
Dependents: cc3000_ping_demo_try_2
Fork of mbed by
Diff: DigitalOut.h
- Revision:
- 5:62573be585e9
- Parent:
- 4:5d1359a283bc
- Child:
- 11:1c1ebd0324fa
diff -r 5d1359a283bc -r 62573be585e9 DigitalOut.h --- a/DigitalOut.h Thu Nov 27 16:23:24 2008 +0000 +++ b/DigitalOut.h Thu Jan 22 18:32:40 2009 +0000 @@ -47,7 +47,8 @@ */ int read(); - virtual const struct rpc_method *rpc_methods(); + virtual const struct rpc_method *get_rpc_methods(); + static struct rpc_class *get_rpc_class(); /* Group: Access Method Shorthand */