MQTT client to test the ENC28J60-EMAC on NUCLEO-F446RE.

Dependencies:   ENC28J60-EMAC

Committer:
hudakz
Date:
Mon Mar 29 09:32:44 2021 +0000
Revision:
5:d9570dbf2f82
Parent:
0:238f0d0c0ba3
MQTT client to test the ENC28J60-EMAC on NUCLEO-F446RE.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hudakz 0:238f0d0c0ba3 1 {
hudakz 0:238f0d0c0ba3 2 "target_overrides": {
hudakz 0:238f0d0c0ba3 3 "*": {
hudakz 0:238f0d0c0ba3 4 "platform.callback-nontrivial": true,
hudakz 0:238f0d0c0ba3 5 "enc28j60-emac.mosi": "D11",
hudakz 0:238f0d0c0ba3 6 "enc28j60-emac.miso": "D12",
hudakz 0:238f0d0c0ba3 7 "enc28j60-emac.sck" : "D13",
hudakz 0:238f0d0c0ba3 8 "enc28j60-emac.cs" : "D10"
hudakz 0:238f0d0c0ba3 9 }
hudakz 0:238f0d0c0ba3 10 }
hudakz 0:238f0d0c0ba3 11 }