Skip to content

Commit

Permalink
Feature: Added DeviceProfile for CASmo-DTU
Browse files Browse the repository at this point in the history
Based on tbnobody#1565
  • Loading branch information
tbnobody committed Dec 15, 2023
1 parent ab260dd commit ac10700
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/DeviceProfiles/CASmo-DTU.json
Original file line number Diff line number Diff line change
@@ -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
}
}
]

0 comments on commit ac10700

Please sign in to comment.