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: blinky_max32630fthr FTHR_USB_serial
Diff: max32630fthr.h
- Revision:
- 4:8e424775234a
- Parent:
- 3:09e3dbb49561
diff -r 09e3dbb49561 -r 8e424775234a max32630fthr.h --- a/max32630fthr.h Tue Dec 13 21:28:57 2016 +0000 +++ b/max32630fthr.h Fri Dec 16 00:57:36 2016 +0000 @@ -88,6 +88,12 @@ MAX32630FTHR(); /** + * MAX32630FTHR constructor. + * + */ + MAX32630FTHR(vio_t vio); + + /** * MAX32630FTHR destructor. */ ~MAX32630FTHR();