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.
Fork of SX1276Lib by
Diff: enums/enums.h
- Revision:
- 2:5eb3066446dd
- Parent:
- 0:e6ceb13d2d05
- Child:
- 3:ca84be1f3fac
diff -r f979673946c0 -r 5eb3066446dd enums/enums.h --- a/enums/enums.h Tue Aug 19 07:10:31 2014 +0000 +++ b/enums/enums.h Tue Aug 19 08:50:09 2014 +0000 @@ -43,7 +43,14 @@ MODEM_LORA }; - +/*! + * Type of the supported board. [SX1276MB1MAS / SX1276MB1LAS] + */ +enum BoardType +{ + SX1276MB1MAS, + SX1276MB1LAS +}; /*! * Radio FSK modem parameters */