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.
USB/usb.h@0:77dba5d612e5, 2021-04-08 (annotated)
- Committer:
- jhusnik
- Date:
- Thu Apr 08 16:32:55 2021 +0000
- Revision:
- 0:77dba5d612e5
a
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
jhusnik | 0:77dba5d612e5 | 1 | #ifndef USB_H |
jhusnik | 0:77dba5d612e5 | 2 | #define USB_H |
jhusnik | 0:77dba5d612e5 | 3 | #include "mbed.h" |
jhusnik | 0:77dba5d612e5 | 4 | |
jhusnik | 0:77dba5d612e5 | 5 | extern Serial PC; |
jhusnik | 0:77dba5d612e5 | 6 | float Unos(void); |
jhusnik | 0:77dba5d612e5 | 7 | void Start(void); |
jhusnik | 0:77dba5d612e5 | 8 | |
jhusnik | 0:77dba5d612e5 | 9 | #endif |