SX1276 library for modtronix inair9. Edited for use with NRF51DK board.
Fork of SX1276Lib_modtronix by
Diff: enums/enums.h
- Revision:
- 23:2da0dcafe430
- Parent:
- 22:20db480143c9
- Child:
- 25:72381be1b0ce
--- a/enums/enums.h Wed May 13 10:24:04 2015 +1000 +++ b/enums/enums.h Wed May 13 11:38:38 2015 +1000 @@ -48,9 +48,19 @@ }; /*! + * Type of the supported board. [SX1276MB1MAS / SX1276MB1LAS] + */ +enum BoardType +{ + SX1276MB1MAS = 0, + SX1276MB1LAS, + UNKNOWN +}; + +/*! * Type of the supported board. [BOARD_INAIR4 / BOARD_INAIR9] */ -enum BoardType +enum BoardTypeInAir { BOARD_INAIR4 = 0, BOARD_INAIR9,