Feature: Added DeviceProfile for CASmo-DTU

Based on #1565
This commit is contained in:
Thomas Basler 2023-12-15 16:25:28 +01:00
parent ab260dde0a
commit ac10700427

View File

@ -0,0 +1,20 @@
[
{
"name": "CASmo-DTU",
"links": [
{"name": "Information", "url": "https://casmo.info/product-details/?product=2"}
],
"nrf24": {
"miso": 19,
"mosi": 23,
"clk": 18,
"irq": 16,
"en": 4,
"cs": 5
},
"led": {
"led0": 25,
"led1": 26
}
}
]