Skip to content

Commit

Permalink
Feature: DeviceProfile: Added display sample to WT32-ETH01
Browse files Browse the repository at this point in the history
Thanks to #844
  • Loading branch information
tbnobody committed May 29, 2023
1 parent 1c8bd80 commit 853ac35
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/DeviceProfiles/wt32-eth01.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,30 @@
"type": 0,
"clk_mode": 0
}
},
{
"name": "WT32-ETH01 with SSD1306",
"nrf24": {
"miso": 4,
"mosi": 2,
"clk": 32,
"irq": 33,
"en": 14,
"cs": 15
},
"eth": {
"enabled": true,
"phy_addr": 1,
"power": 16,
"mdc": 23,
"mdio": 18,
"type": 0,
"clk_mode": 0
},
"display": {
"type": 2,
"data": 5,
"clk": 17
}
}
]

0 comments on commit 853ac35

Please sign in to comment.