MQTT client to test the ENC28J60-EMAC on NUCLEO-L152RE

Dependencies:   ENC28J60-EMAC

mbed_app.json

Committer:
jack1930
Date:
2021-08-20
Revision:
6:c123d9b8e6f4
Parent:
0:238f0d0c0ba3

File content as of revision 6:c123d9b8e6f4:

{
    "target_overrides": {
        "*": {
            "platform.callback-nontrivial": true,
            "enc28j60-emac.mosi":  "PB_15", 
            "enc28j60-emac.miso":  "PB_14",
            "enc28j60-emac.sck" :  "PB_13",
            "enc28j60-emac.cs"  :  "PB_12"
        }
    }
}