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.
binwire.h@0:e0a44db7e925, 2010-12-23 (annotated)
- Committer:
- iamjay
- Date:
- Thu Dec 23 15:03:51 2010 +0000
- Revision:
- 0:e0a44db7e925
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| iamjay | 0:e0a44db7e925 | 1 | #ifndef BINWIRE_H |
| iamjay | 0:e0a44db7e925 | 2 | #define BINWIRE_H |
| iamjay | 0:e0a44db7e925 | 3 | |
| iamjay | 0:e0a44db7e925 | 4 | void bin_wire_handler(); |
| iamjay | 0:e0a44db7e925 | 5 | |
| iamjay | 0:e0a44db7e925 | 6 | #endif |