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.
Diff: enums/enums.h
- Revision:
- 33:5db0d1e716b1
- Parent:
- 31:e50929bd3f32
- Child:
- 38:d9189d958db8
--- a/enums/enums.h	Mon May 01 18:00:12 2017 +0200
+++ b/enums/enums.h	Mon May 01 18:56:35 2017 +0200
@@ -42,6 +42,8 @@
 {
     SX1276MB1MAS = 0,
     SX1276MB1LAS,
+    RFM95_SX1276,
+    MURATA_SX1276,
     UNKNOWN
 }BoardType_t;