MCU driver/HAL for the Picocell Gateway concentrator board. The firmware implements either a USB CDC protocol or a UART protocol to bridge commands coming from host to the SX1308 SPI interface.
src/GettingStarted.html@0:c76361bd82e8, 2018-04-11 (annotated)
- Committer:
- dgabino
- Date:
- Wed Apr 11 14:42:47 2018 +0000
- Revision:
- 0:c76361bd82e8
Initial commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
dgabino | 0:c76361bd82e8 | 1 | <!DOCTYPE HTML> |
dgabino | 0:c76361bd82e8 | 2 | <html lang="en-US"> |
dgabino | 0:c76361bd82e8 | 3 | <head> |
dgabino | 0:c76361bd82e8 | 4 | <meta charset="UTF-8"> |
dgabino | 0:c76361bd82e8 | 5 | <meta http-equiv="refresh" |
dgabino | 0:c76361bd82e8 | 6 | content="1;url="https://developer.mbed.org/handbook/Getting-Started-mbed-Exporters> |
dgabino | 0:c76361bd82e8 | 7 | <script type="text/javascript"> |
dgabino | 0:c76361bd82e8 | 8 | window.location.href = "https://developer.mbed.org/handbook/Getting-Started-mbed-Exporters" |
dgabino | 0:c76361bd82e8 | 9 | </script> |
dgabino | 0:c76361bd82e8 | 10 | <title>Page Redirection</title> |
dgabino | 0:c76361bd82e8 | 11 | </head> |
dgabino | 0:c76361bd82e8 | 12 | <body> |
dgabino | 0:c76361bd82e8 | 13 | If you are not redirected automatically, please follow the |
dgabino | 0:c76361bd82e8 | 14 | <a href='https://developer.mbed.org/handbook/Getting-Started-mbed-Exporters'>link to the online exporter documentation</a> |
dgabino | 0:c76361bd82e8 | 15 | </body> |
dgabino | 0:c76361bd82e8 | 16 | </html> |