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.
Dependencies: QEI MFRC522 HTS221 IoTKit BMP180 MQTT
Fork of MQTTPublish by
mbed_app.json@22:b671b01d00f9, 2018-09-02 (annotated)
- Committer:
- marcel1691
- Date:
- Sun Sep 02 16:20:11 2018 +0000
- Revision:
- 22:b671b01d00f9
- Parent:
- 21:4693a8b2a665
- Child:
- 25:5e982d03e7d1
Hall Sensor nur einmal melden
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
marcel1691 | 20:88b9edbdf125 | 1 | { |
marcel1691 | 20:88b9edbdf125 | 2 | "config": { |
marcel1691 | 20:88b9edbdf125 | 3 | "network-interface":{ |
marcel1691 | 20:88b9edbdf125 | 4 | "help": "options are ETHERNET, WIFI_ESP8266, WIFI_ODIN, WIFI_RTW, MESH_LOWPAN_ND, MESH_THREAD, CELLULAR_ONBOARD", |
marcel1691 | 20:88b9edbdf125 | 5 | "value": "WIFI_ESP8266" |
marcel1691 | 20:88b9edbdf125 | 6 | }, |
marcel1691 | 20:88b9edbdf125 | 7 | "mesh_radio_type": { |
marcel1691 | 20:88b9edbdf125 | 8 | "help": "options are ATMEL, MCR20", |
marcel1691 | 20:88b9edbdf125 | 9 | "value": "ATMEL" |
marcel1691 | 20:88b9edbdf125 | 10 | }, |
marcel1691 | 20:88b9edbdf125 | 11 | "esp8266-tx": { |
marcel1691 | 20:88b9edbdf125 | 12 | "help": "Pin used as TX (connects to ESP8266 RX)", |
marcel1691 | 20:88b9edbdf125 | 13 | "value": "PTC15" |
marcel1691 | 20:88b9edbdf125 | 14 | }, |
marcel1691 | 20:88b9edbdf125 | 15 | "esp8266-rx": { |
marcel1691 | 20:88b9edbdf125 | 16 | "help": "Pin used as RX (connects to ESP8266 TX)", |
marcel1691 | 20:88b9edbdf125 | 17 | "value": "PTC14" |
marcel1691 | 20:88b9edbdf125 | 18 | }, |
marcel1691 | 20:88b9edbdf125 | 19 | "esp8266-ssid": { |
marcel1691 | 22:b671b01d00f9 | 20 | "value": "\"SSID\"" |
marcel1691 | 20:88b9edbdf125 | 21 | }, |
marcel1691 | 20:88b9edbdf125 | 22 | "esp8266-password": { |
marcel1691 | 22:b671b01d00f9 | 23 | "value": "\"Password\"" |
marcel1691 | 20:88b9edbdf125 | 24 | }, |
marcel1691 | 20:88b9edbdf125 | 25 | "esp8266-debug": { |
marcel1691 | 20:88b9edbdf125 | 26 | "value": false |
marcel1691 | 20:88b9edbdf125 | 27 | }, |
marcel1691 | 20:88b9edbdf125 | 28 | "lcd-mosi": { |
marcel1691 | 20:88b9edbdf125 | 29 | "value": "D11", |
marcel1691 | 20:88b9edbdf125 | 30 | "macro_name": "LCD_MOSI" |
marcel1691 | 20:88b9edbdf125 | 31 | }, |
marcel1691 | 20:88b9edbdf125 | 32 | "lcd-sck": { |
marcel1691 | 20:88b9edbdf125 | 33 | "value": "D13", |
marcel1691 | 20:88b9edbdf125 | 34 | "macro_name": "LCD_SCK" |
marcel1691 | 20:88b9edbdf125 | 35 | }, |
marcel1691 | 20:88b9edbdf125 | 36 | "lcd-miso": { |
marcel1691 | 20:88b9edbdf125 | 37 | "value": "D12", |
marcel1691 | 20:88b9edbdf125 | 38 | "macro_name": "LCD_MISO" |
marcel1691 | 20:88b9edbdf125 | 39 | }, |
marcel1691 | 20:88b9edbdf125 | 40 | "lcd-a0": { |
marcel1691 | 20:88b9edbdf125 | 41 | "value": "D7", |
marcel1691 | 20:88b9edbdf125 | 42 | "macro_name": "LCD_A0" |
marcel1691 | 20:88b9edbdf125 | 43 | }, |
marcel1691 | 20:88b9edbdf125 | 44 | "lcd-ncs": { |
marcel1691 | 20:88b9edbdf125 | 45 | "value": "D10", |
marcel1691 | 20:88b9edbdf125 | 46 | "macro_name": "LCD_NCS" |
marcel1691 | 20:88b9edbdf125 | 47 | } |
marcel1691 | 20:88b9edbdf125 | 48 | }, |
marcel1691 | 20:88b9edbdf125 | 49 | "target_overrides": { |
marcel1691 | 20:88b9edbdf125 | 50 | "*": { |
marcel1691 | 20:88b9edbdf125 | 51 | "target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"], |
marcel1691 | 20:88b9edbdf125 | 52 | "mbed-mesh-api.6lowpan-nd-channel-page": 0, |
marcel1691 | 20:88b9edbdf125 | 53 | "mbed-mesh-api.6lowpan-nd-channel": 12, |
marcel1691 | 20:88b9edbdf125 | 54 | "mbed-trace.enable": 0 |
marcel1691 | 20:88b9edbdf125 | 55 | }, |
marcel1691 | 20:88b9edbdf125 | 56 | "HEXIWEAR": { |
marcel1691 | 20:88b9edbdf125 | 57 | "esp8266-tx": "PTD3", |
marcel1691 | 20:88b9edbdf125 | 58 | "esp8266-rx": "PTD2" |
marcel1691 | 20:88b9edbdf125 | 59 | }, |
marcel1691 | 20:88b9edbdf125 | 60 | "NUCLEO_F401RE": { |
marcel1691 | 20:88b9edbdf125 | 61 | "esp8266-tx": "D8", |
marcel1691 | 20:88b9edbdf125 | 62 | "esp8266-rx": "D2" |
marcel1691 | 20:88b9edbdf125 | 63 | }, |
marcel1691 | 20:88b9edbdf125 | 64 | "NUCLEO_F411RE": { |
marcel1691 | 20:88b9edbdf125 | 65 | "esp8266-tx": "D8", |
marcel1691 | 20:88b9edbdf125 | 66 | "esp8266-rx": "D2" |
marcel1691 | 20:88b9edbdf125 | 67 | } |
marcel1691 | 20:88b9edbdf125 | 68 | } |
marcel1691 | 20:88b9edbdf125 | 69 | } |